mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
generate documentation from config.sample.php
This commit is contained in:
@@ -2342,6 +2342,22 @@ Warning: This heavily decreases the performance of the server and is only
|
||||
meant to debug/profile the LDAP interaction manually.
|
||||
Also, it might log sensitive data into a plain text file.
|
||||
|
||||
::
|
||||
|
||||
'diagnostics.logging' => true,
|
||||
|
||||
Enable diagnostics event logging
|
||||
|
||||
If enabled the timings of common execution steps will be logged to the
|
||||
Nextcloud log at debug level. log.condition is useful to enable this on
|
||||
production systems to only log under some conditions
|
||||
|
||||
::
|
||||
|
||||
'diagnostics.logging.threshold' => 0,
|
||||
|
||||
Limit diagnostics event logging to events longer than the configured threshold in ms
|
||||
|
||||
.. ALL_OTHER_SECTIONS_END
|
||||
.. Generated content above. Don't change this.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user