Skip to content

Commit

Permalink
Item12939: Disable TRACE
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@17756 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Jun 10, 2014
1 parent 56679f6 commit 53c4344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Logger/PlainFile.pm
Expand Up @@ -63,7 +63,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 53c4344

Please sign in to comment.