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
Currently the only way to enable debug logging is to mount a local directory containing a application.properties file to :/app/airsonic/config
Compose example:
volumes:
- '/my_directory:/app/airsonic/config'
application.properties file contents:
logging.level.root=DEBUG
It would be great if different logging levels could be set with a docker environment variable or some /config based file change rather than have to do the above process which is a bit obtuse. Thanks!
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
Is this a new feature request?
Wanted change
Currently the only way to enable debug logging is to mount a local directory containing a application.properties file to :/app/airsonic/config
Compose example:
application.properties file contents:
It would be great if different logging levels could be set with a docker environment variable or some /config based file change rather than have to do the above process which is a bit obtuse. Thanks!
Airsonic logging documentation reference: https://airsonic.github.io/docs/logging/
Reason for change
Cannot easily enable debug logging
Proposed code change
No response
The text was updated successfully, but these errors were encountered: