mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
generate documentation from config.sample.php
This commit is contained in:
@@ -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' => [
|
||||
|
||||
Reference in New Issue
Block a user