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
2180fa1c00
commit
86deb0ec94
@ -1501,6 +1501,20 @@ configured for ``loglevel`` or Warning if that is not set either.
|
||||
|
||||
Defaults to ``2``
|
||||
|
||||
loglevel_dirty_database_queries
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
::
|
||||
|
||||
'loglevel_dirty_database_queries' => 0,
|
||||
|
||||
Loglevel used by the dirty database query detection. Useful to identify
|
||||
potential database bugs in production. Set this to loglevel or higher to
|
||||
see dirty queries in the logs.
|
||||
|
||||
Defaults to ``0`` (debug)
|
||||
|
||||
syslog_tag
|
||||
^^^^^^^^^^
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user