mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
By default logging configuration is defined by resources/default_logging.yaml. Very noisy loggers (like the uvicorn.access logger) are kept out of the console and UI logs by default. Developers (or weird users) can customize their default logging config by copying the file to resources/logging.yaml and editing as needed. It would be preferable to load this file form the Liberation user directory, but because first-time initialization requires the UI, we want to configure logging before we necessarily know where to find that.