Browse Source

Default logging to false

stable
Chris Smith 14 years ago
parent
commit
5b8b227755
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      logging.inc.php

+ 1
- 1
logging.inc.php View File

@@ -24,7 +24,7 @@
24 24
 
25 25
 class Logger {
26 26
 
27
- const ENABLE_LOGGING = true;
27
+ const ENABLE_LOGGING = false;
28 28
  const LOGGING_FILENAME = '/tmp/poidsy-debug.log';
29 29
  const TRUNCATE_ARGS = true;
30 30
 

Loading…
Cancel
Save