Commit 60f42182 authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #591 in ZP/z-push from...

Merge pull request #591 in ZP/z-push from bugfix/ZP-250-meta-ticket-for-documentation-typo to release/2.3

* commit '1d882335':
  ZP-250 fixed default log level which was introduced with PR 576.
parents 161e6ba2 1d882335
......@@ -99,7 +99,7 @@
* LOGAUTHFAIL is logged to the LOGBACKEND.
*/
define('LOGBACKEND', 'filelog');
define('LOGLEVEL', LOGLEVEL_WBXML);
define('LOGLEVEL', LOGLEVEL_INFO);
define('LOGAUTHFAIL', false);
// To save e.g. WBXML data only for selected users, add the usernames to the array
......
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