docker-airsonic-advanced icon indicating copy to clipboard operation
docker-airsonic-advanced copied to clipboard

[FEAT] debug logging

Open nopoz opened this issue 10 months ago • 1 comments

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

nopoz avatar Apr 24 '24 21:04 nopoz

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

github-actions[bot] avatar Apr 24 '24 21:04 github-actions[bot]

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.

LinuxServer-CI avatar May 25 '24 12:05 LinuxServer-CI

This issue is locked due to inactivity

github-actions[bot] avatar Aug 23 '24 12:08 github-actions[bot]