You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
306 B
8 lines
306 B
13 years ago
|
define('LOGFILEDIR', '/var/log/sogosync/');
|
||
|
define('LOGFILE', LOGFILEDIR . 'sogosync.log');
|
||
|
define('LOGERRORFILE', LOGFILEDIR . 'error.log');
|
||
|
define('LOGLEVEL', LOGLEVEL_INFO);
|
||
|
define('LOGAUTHFAIL', false);
|
||
|
define('LOGUSERLEVEL', LOGLEVEL_DEVICEID);
|
||
|
$specialLogUsers = array();
|