Support configuration of access log format
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 5.3k
- Forks
- 494
- PR merge metrics
- No merged PRs in 30d
Description
We currently hard-code the format for access logs; it would be better if we allowed this to be configured. It probably makes the most sense to support Apache's [format strings](https://httpd.apache.org/docs/2.4/mod/mod_log_config.html#formats).
Contributor guide
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 code that emits access logs and the configuration entry points in this repository. Read Apache's mod_log_config format documentation linked in the issue and determine how configurable format strings should be represented. Done means access-log formatting can be configured while preserving the current default format, with coverage for the supported behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- observability
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100