Commit 6afe50c8 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-707 Undo config changes.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 68d180a5
......@@ -104,7 +104,7 @@
// Users have to be encapusulated in quotes, several users are comma separated, like:
// $specialLogUsers = array('info@domain.com', 'myusername');
define('LOGUSERLEVEL', LOGLEVEL_DEVICEID);
$specialLogUsers = array("user1");
$specialLogUsers = array();
// If you want to disable log to file, and log to syslog instead
define('LOG_SYSLOG_ENABLED', false);
......
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