Skip to content
Snippets Groups Projects
Commit 7bbf586b authored by Steffen Lindner's avatar Steffen Lindner
Browse files

Add syslog_tag docu to sample config

parent 711e1235
Branches
No related tags found
No related merge requests found
...@@ -513,6 +513,14 @@ $CONFIG = array( ...@@ -513,6 +513,14 @@ $CONFIG = array(
*/ */
'loglevel' => 2, 'loglevel' => 2,
/**
* If you maintain different instances and aggregate the logs, you may want
* to distinguish between them. ``syslog_tag`` can be set per instance
* with a unique id. Only available if ``log_type`` is set to ``syslog``.
* The default value is ``ownCloud``.
*/
'syslog_tag' => 'ownCloud',
/** /**
* Log condition for log level increase based on conditions. Once one of these * Log condition for log level increase based on conditions. Once one of these
* conditions is met, the required log level is set to debug. This allows to * conditions is met, the required log level is set to debug. This allows to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment