NginxProxyManager / NginxProxyManager/nginx-proxy-manager
Configurable Log Level in Docker Compose
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 34.2k
- Forks
- 3.9k
- Avg merge
- 21h 12m
- Merged PRs (30d)
- 20
Description
Is your feature request related to a problem? Please describe.
It is sometimes difficult to troubleshoot an issue as the log level appears to be set to WARN without an easy way to increase the log level to DEBUG.
Describe the solution you'd like
Make the log level a configurable environment variable that can be set in the Docker Compose file.
Describe alternatives you've considered
Manually changing the log level inside the container or adding a Docker run command at instantiation.
Additional context
Nothing more.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the repository's Docker Compose configuration and the current WARN log-level setting. Add a configurable environment variable for the log level, then verify that setting it to DEBUG through Docker Compose changes the container's logging output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker-compose
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100