X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/01cc21cf0d24f803998612615bc5bd807c5ee6c4..6f76d2ad116bae5f0f985bd708669ce07ede3e66:/config.php diff --git a/config.php b/config.php index 016f271..5352dae 100644 --- a/config.php +++ b/config.php @@ -1,5 +1,5 @@ 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'; ?>