Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorSteffen Lindner <mail@steffen-lindner.de>2015-10-23 14:43:41 +0300
committerSteffen Lindner <mail@steffen-lindner.de>2015-10-23 14:43:41 +0300
commit7bbf586b9b026004da9ea8e00ed46efba6ce1bbf (patch)
tree3f527690adf3547c32167295926204a25a2fba81 /config
parent711e1235ea893453c7135e923b9d75016d7c837c (diff)
Add syslog_tag docu to sample config
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 743d76aae35..57ab586cb2f 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -514,6 +514,14 @@ $CONFIG = array(
'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
* conditions is met, the required log level is set to debug. This allows to
* debug specific requests, users or apps