Commit e4994283 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-250 Release/2.3 should log INFO by default.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 001c9b4a
......@@ -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