Commit 36d62f47 authored by Manfred Kutas's avatar Manfred Kutas

ZP-958 Remove LOG_ERROR_MASK from config and make it a hidden feature.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 9e52be72
...@@ -119,8 +119,6 @@ ...@@ -119,8 +119,6 @@
define('LOGBACKEND', 'filelog'); define('LOGBACKEND', 'filelog');
define('LOGLEVEL', LOGLEVEL_WBXML); define('LOGLEVEL', LOGLEVEL_WBXML);
define('LOGAUTHFAIL', false); define('LOGAUTHFAIL', false);
// uncomment to NOT log certain error-levels eg. E_NOTICE or E_STRICT
//define('LOG_ERROR_MASK', ~(E_NOTICE|E_STRICT));
// To save e.g. WBXML data only for selected users, add the usernames to the array // 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 // The data will be saved into a dedicated file per user in the LOGFILEDIR
......
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