Show
Ignore:
Timestamp:
02/20/08 20:46:49 (22 months ago)
Author:
bchoate
Message:

Added 'PerformanceLoggingPath' setting to allow configuration of path for performance logs. BugId:68319

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/mt4.11/lib/MT.pm.pre

    r1376 r1380  
    910910 
    911911    # Log filename calcluation; changes daily, so we don't cache this 
    912     require File::Spec; 
    913     my $dir = File::Spec->catdir( MT->instance->static_file_path, 
    914         'support', 'logs'); 
     912    my $dir = $pkg->config->PerformanceLoggingPath; 
    915913    if (! -d $dir) { 
    916914        require File::Path;