mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-01-16 17:59:26 -05:00
528 B
528 B
Logging
MediaManager automatically logs events and errors to help with troubleshooting and monitoring. These logs are emitted to the console (stdout) by default, and to a json-formatted log file.
Configuring Logging
The following are configured as environment variables.
LOG_FILE
Path to the JSON log file. Default is/app/config/media_manager.log. The directory must exist and be writable.MEDIAMANAGER_LOG_LEVEL
Logging level. Default isINFO. Supported values:DEBUG,INFO,WARNING,ERROR.