X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/034f5c5964c4a92a293a40ed9ed044cfcc46a91e..e7f73cf66d4c955fcaed5037e9a05ba254e82996:/config.php?ds=sidebyside diff --git a/config.php b/config.php index f361993..da1e02e 100644 --- a/config.php +++ b/config.php @@ -39,9 +39,15 @@ $CFG->session_timeout = 60; $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'; ?>