[Pkg-owncloud-commits] [owncloud-doc] 07/56: generate documentation from config.sample.php
David Prévot
taffit at moszumanska.debian.org
Sun Nov 15 22:37:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud-doc.
commit e93f968be3d74a952c45c643db477f868781803a
Author: Morris Jobke <hey at morrisjobke.de>
Date: Tue Oct 27 18:08:38 2015 +0100
generate documentation from config.sample.php
---
.../configuration_server/config_sample_php_parameters.rst | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst
index 739cdd0..4744429 100644
--- a/admin_manual/configuration_server/config_sample_php_parameters.rst
+++ b/admin_manual/configuration_server/config_sample_php_parameters.rst
@@ -626,6 +626,16 @@ Warning, 3 = Error, and 4 = Fatal. The default value is Warning.
::
+ 'syslog_tag' => 'ownCloud',
+
+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``.
+
+::
+
'log.condition' => [
'shared_secret' => '57b58edb6637fe3059b3595cf9c41b9',
'users' => ['sample-user'],
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list