Skip to content

Commit

Permalink
Item14035: Disable log rotate trace.
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Apr 3, 2016
1 parent eb3601f commit 2a17ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Logger/PlainFile.pm
Expand Up @@ -61,7 +61,7 @@ This logger implementation maps groups of levels to a single logfile, viz.

use Foswiki::Time qw(-nofoswiki);

use constant TRACE => 1;
use constant TRACE => 0;

# Map from a log level to the root of a log file name
our %LEVEL2LOG = (
Expand Down

0 comments on commit 2a17ac1

Please sign in to comment.