[Pkg-owncloud-commits] [owncloud] 14/27: Add syslog_tag docu to sample config

David Prévot taffit at moszumanska.debian.org
Wed Oct 28 17:03:06 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v8.1.4RC2
in repository owncloud.

commit 371f4bf47299347762f6fcb019272f5f0f1742d9
Author: Steffen Lindner <mail at steffen-lindner.de>
Date:   Fri Oct 23 13:43:41 2015 +0200

    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 59433eb..d6e47a3 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -466,6 +466,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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list