mendhak / mendhak/docker-http-https-echo
Option to restrict logging further
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 792
- Forks
- 152
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 3
Description
Hi,
it would be nice if there was an option to restrict logging further:
- either completely deactivate logging
- specify more than one path with
LOG_IGNORE_PATH
The latter could be implemented by doing a regex match instead of a string comparison.
Without requests being logged, one could assure that no personal or secret data gets leaked.
Cheers
Volker
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 LOG_IGNORE_PATH and the request-logging entry point in the repository. Determine how logging is currently filtered, then define completion as supporting disabled logging and multiple ignored paths while preventing excluded requests from being logged; no tests or files are named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, shell
- Domain
- backend, devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100