Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] debug logging #23

Closed
1 task done
nopoz opened this issue Apr 24, 2024 · 3 comments
Closed
1 task done

[FEAT] debug logging #23

nopoz opened this issue Apr 24, 2024 · 3 comments

Comments

@nopoz
Copy link

nopoz commented Apr 24, 2024

Is this a new feature request?

  • 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 nopoz added the enhancement New feature or request label Apr 24, 2024
Copy link

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

@LinuxServer-CI
Copy link
Contributor

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 LinuxServer-CI closed this as not planned Won't fix, can't repro, duplicate, stale Jul 24, 2024
@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Jul 24, 2024
Copy link

This issue is locked due to inactivity

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

2 participants