Skip to content

fix(web): drop not-found log noise - FINE without stack trace#218

Merged
anderslindho merged 1 commit intomasterfrom
not-found-log-level
May 8, 2026
Merged

fix(web): drop not-found log noise - FINE without stack trace#218
anderslindho merged 1 commit intomasterfrom
not-found-log-level

Conversation

@anderslindho
Copy link
Copy Markdown
Contributor

A misbehaving client hammering a non-existent channel generated thousands of WARNING entries, drowning out real server-side failures. 404s are client errors; the HTTP response is sufficient, and the audit log already records every lookup at INFO. FINE keeps the messages available under debug logging without polluting production logs.

A misbehaving client hammering a non-existent channel generated
thousands of WARNING entries, drowning out real server-side failures.
404s are client errors; the HTTP response is sufficient, and the audit
log already records every lookup at INFO. FINE keeps the messages
available under debug logging without polluting production logs.
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 8, 2026

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 8, 2026

Overall Project 12.93% -0.16%
Files changed 0%

File Coverage
V0ExceptionHandler.java 0% -18.75%

@anderslindho anderslindho marked this pull request as ready for review May 8, 2026 11:07
@anderslindho anderslindho merged commit a947300 into master May 8, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants