Commit 5639a580 authored by mku's avatar mku

ZP-519 #comment Changed default log level for autodiscover, removed $specialLogUsers

git-svn-id: https://z-push.org/svn/z-push/trunk@1897 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent ae15a777
...@@ -79,17 +79,9 @@ ...@@ -79,17 +79,9 @@
define('LOGFILEDIR', '/var/log/z-push/'); define('LOGFILEDIR', '/var/log/z-push/');
define('LOGFILE', LOGFILEDIR . 'autodiscover.log'); define('LOGFILE', LOGFILEDIR . 'autodiscover.log');
define('LOGERRORFILE', LOGFILEDIR . 'autodiscover-error.log'); define('LOGERRORFILE', LOGFILEDIR . 'autodiscover-error.log');
define('LOGLEVEL', LOGLEVEL_WBXML); define('LOGLEVEL', LOGLEVEL_INFO);
define('LOGAUTHFAIL', false); define('LOGAUTHFAIL', false);
// To save e.g. WBXML data only for selected users, add the usernames to the array
// The data will be saved into a dedicated file per user in the LOGFILEDIR
// Users have to be encapusulated in quotes, several users are comma separated, like:
// $specialLogUsers = array('info@domain.com', 'myusername');
define('LOGUSERLEVEL', LOGLEVEL_DEVICEID);
$specialLogUsers = array();
/********************************************************************************** /**********************************************************************************
* Backend settings * Backend settings
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment