mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
commit
d1ec3829c2
2 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@
|
|||
define('LOGFILEDIR', '__FINAL_LOGPATH__/');
|
||||
define('LOGFILE', LOGFILEDIR . 'autodiscover.log');
|
||||
define('LOGERRORFILE', LOGFILEDIR . 'autodiscover-error.log');
|
||||
define('LOGLEVEL', LOGLEVEL_INFO);
|
||||
define('LOGLEVEL', LOGLEVEL_ERROR);
|
||||
define('LOGUSERLEVEL', LOGLEVEL);
|
||||
$specialLogUsers = array();
|
||||
|
||||
|
|
|
@ -109,7 +109,7 @@
|
|||
* LOGAUTHFAIL is logged to the LOGBACKEND.
|
||||
*/
|
||||
define('LOGBACKEND', 'filelog');
|
||||
define('LOGLEVEL', LOGLEVEL_WBXML);
|
||||
define('LOGLEVEL', LOGLEVEL_ERROR);
|
||||
define('LOGAUTHFAIL', false);
|
||||
|
||||
// To save e.g. WBXML data only for selected users, add the usernames to the array
|
||||
|
|
Loading…
Add table
Reference in a new issue