From 5b4b35aa23c9ee0bf648456ec59e20157caeeaef Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Sat, 24 Oct 2015 03:35:13 +0200 Subject: [PATCH] generate documentation from config.sample.php --- .../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 739cdd07e..474442972 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -624,6 +624,16 @@ Defaults to ``[datadirectory]/owncloud.log`` Loglevel to start logging at. Valid values are: 0 = Debug, 1 = Info, 2 = 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' => [