Add support for request ID headers

This commit is contained in:
Raphael Michel
2022-10-25 17:17:59 +02:00
parent 45f579caf2
commit 51768eaef9
3 changed files with 61 additions and 5 deletions

View File

@@ -117,6 +117,9 @@ Example::
``loglevel``
Set console and file log level (``DEBUG``, ``INFO``, ``WARNING``, ``ERROR`` or ``CRITICAL``). Defaults to ``INFO``.
``request_id_header``
Specifies the name of a header that should be used for logging request IDs. Off by default.
Locale settings
---------------