api-manager
api-manager copied to clipboard
Stop logging non-preemptive basic auth requests as WARN.
Current Limitation
Hi,
Context: Currently, HTTP requests using non-preemptive Basic Authentication are being logged at the WARN level. This behavior is observed even when such requests are expected and handled correctly by the system.
Issue:
- Logging these requests as warnings creates unnecessary noise in the logs.
- It can obscure actual issues that deserve attention.
- It increases log volume and makes troubleshooting more difficult.
Suggested Improvement
Please update the logging behavior so that non-preemptive Basic Auth requests are:
Not logged at the WARN level unless they indicate a real problem. Logged at a lower level such as INFO or DEBUG, if logging is still needed. Optionally, skipped entirely if they are routine and not useful for diagnostics.
Version
4.4.0