mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-02-18 23:15:14 -05:00
525 B
525 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 location of the log file can be configured with the LOG_FILE environment variable. By default, the log file is
located at
/app/config/media_manager.log. When changing the log file location, ensure that the directory exists, is writable by the
MediaManager container and that it is a full path.