]> git.datanom.net - qtadmin.git/blobdiff - config.php
Center summary text
[qtadmin.git] / config.php
index 016f27186edb868cd411e9e7e1dd727294b4f9ca..da1e02e90b8d58c05e9a5dda66b8f7ce29febfe7 100644 (file)
@@ -36,12 +36,18 @@ $CFG->session_timeout = 60;
 // 3 = info
 // 4 = debug
 // Default log level is error
-$CFG->log_level = 4;
+$CFG->log_level = 3;
 
 // Log method
-// stderr = Stand Error
-// file = file to log to. Requires write permission to web server
+// stderr = Log to stand error
+// file = Log to file. Requires write permission
 // syslog = syslog
 // Default log method is syslog
 $CFG->log_method = 'syslog';
+
+// File to log to if log method is file
+// Both relative and absolut path is accepted
+// If path is relative root is $CFG->root
+// Default file is $CFG->root.qtadmin.log
+$CFG->log_file = 'qtadmin.log';
 ?>
This page took 0.028484 seconds and 5 git commands to generate.