Commit 400bb381 authored by skummer's avatar skummer

ZP-337 #comment added example for special log users #time 10m

git-svn-id: https://z-push.org/svn/z-push/trunk@1632 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent b36d3e95
......@@ -89,6 +89,8 @@
// 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
// 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();
......
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