You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #182.
Adds logging configuration and setup.
- By default log everything to `develop.log`
- Additional log sinks can be defined in `config.toml`
- Every request is automatically assigned a request identifier, which is
automatically included in every log call in that request.
- The request and response is (partially) logged with every request
The exact interaction for logging response and request content needs to
be examined (which should be logged, make use of background tasks, ...).
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
0 commit comments