docker-airsonic-advanced
docker-airsonic-advanced copied to clipboard
[FEAT] debug logging
Is this a new feature request?
- [X] I have searched the existing issues
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:
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!
Airsonic logging documentation reference: https://airsonic.github.io/docs/logging/
Reason for change
Cannot easily enable debug logging
Proposed code change
No response
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
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.
This issue is locked due to inactivity