mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
generate documentation from config.sample.php
This commit is contained in:
parent
61c39f3cab
commit
5b4b35aa23
@ -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' => [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user