From 7bbf586b9b026004da9ea8e00ed46efba6ce1bbf Mon Sep 17 00:00:00 2001
From: Steffen Lindner <mail@steffen-lindner.de>
Date: Fri, 23 Oct 2015 13:43:41 +0200
Subject: [PATCH] Add syslog_tag docu to sample config

---
 config/config.sample.php | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/config/config.sample.php b/config/config.sample.php
index 743d76aae3..57ab586cb2 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -513,6 +513,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
-- 
GitLab