[Pkg-owncloud-commits] [owncloud] 87/129: Add syslog_tag docu to sample config

David Prévot taffit at moszumanska.debian.org
Thu Nov 5 01:04:26 UTC 2015


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

taffit pushed a commit to branch stable8
in repository owncloud.

commit dbec295647f9d32ff389f5b87016d8a7260c17e5
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 743d76a..57ab586 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

-- 
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