Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@djeer
Copy link
Contributor

@djeer djeer commented Nov 26, 2025

We are flooded by request logs when developing locally, it's impossible to find useful information between noisy log lines, and setting WARN level is not an option because our app emits most of the logs on the INFO level.

I've used regexp to filter logs when running locally, but I've decided to address it here since other engineers raised the same concern

.*(INF starting request endpoint|INF request completed code|INF running auth handler endpoint|INF auth handler completed duration).*

Once this PR is merged, we can add "log_level": "debug" to encore.app file to exclude trace logs.

It's an alternative implementation for #2168

@encore-cla
Copy link

encore-cla bot commented Nov 26, 2025

All committers have signed the CLA.

@eandre eandre merged commit 4734706 into encoredev:main Nov 27, 2025
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