Update docs/topics/extensions.rst

Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
Georgiy Zatserklianyi 2023-08-11 18:48:31 +03:00 committed by GitHub
parent 2f094a7a5c
commit e6bd9829bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -471,9 +471,9 @@ PERIODIC_LOG_STATS
Default: ``None``
* ``"PERIODIC_LOG_STATS": True`` - show all available stats keys/values
* ``"PERIODIC_LOG_STATS": {"include": ["downloader/", "scheduler/"]}`` - include stats for keys that have listed substrings in stats names.
* ``"PERIODIC_LOG_STATS": {"exclude": ["downloader/"]}`` - include all stats deltas except stats with listed substrings in stats names.
* ``"PERIODIC_LOG_STATS": True`` - show the current value of all stats.
* ``"PERIODIC_LOG_STATS": {"include": ["downloader/", "scheduler/"]}`` - show current values for stats with names containing any configured substring.
* ``"PERIODIC_LOG_STATS": {"exclude": ["downloader/"]}`` - show current values for all stats with names not containing any configured substring.
.. setting:: PERIODIC_LOG_TIMING_ENABLED