Commit d7d37d76 authored by Bart Vullings's avatar Bart Vullings

ZP-1269 Bugfix carddav backend support newlines in note field. Released under...

ZP-1269 Bugfix carddav backend support newlines in note field. Released under the Affero GNU General Public License (AGPL) version 3.
parent 61ce6482
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
* LOGAUTHFAIL is logged to the LOGBACKEND. * LOGAUTHFAIL is logged to the LOGBACKEND.
*/ */
define('LOGBACKEND', 'filelog'); define('LOGBACKEND', 'filelog');
define('LOGLEVEL', LOGLEVEL_INFO); define('LOGLEVEL', LOGLEVEL_WBXML);
define('LOGAUTHFAIL', false); define('LOGAUTHFAIL', false);
// 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
......
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