`rqc` can show "old values"
Open
Technical Debt
- Dominant language
- Clojure
- Stars
- 66
- Forks
- 28
- Avg merge
- 7d 4h
- Merged PRs (30d)
- 2
Description
`rqc` can show "old values". It puts the request count at the start of request into MDC context. Therefore for the duration of the request processing the value remains the same. This can lead to strange looking log lines.
When we do structural logging and our own REMS logging wrappers, we can make the count to be dynamic.
See #3209
Contributor guide
Assessment
This issue has not been assessed yet.