Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Level keyword inside log entry results in new log entry in log viewer #280

Open
bendix-dev opened this issue Nov 12, 2022 · 0 comments
Open

Comments

@bendix-dev
Copy link

bendix-dev commented Nov 12, 2022

When a log entry contains a level keyword like "failed" and a colon afterwards, an additional log entry with everything after the keyword + colon gets shown in the log viewer.

Example:
[2022-11-13 13:13:33] local.WARNING: Request failed: reason test

Reproducable with:
Log::warning("Request failed: reason test");

Gets shown as:
image

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

No branches or pull requests

1 participant