We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I have problem with filtering logs by level, when log level is written uppercase.
Example log
{ "time": "2019-03-07 09:11:51.3154", "level": "INFO", "logger": "Microsoft.AspNetCore.Hosting.Internal.WebHost", "message": "Request finished in 239.6701ms 200 application\/json; charset=utf-8", "ElapsedMilliseconds": 239.67010000000002, "StatusCode": 200, "ContentType": "application\/json; charset=utf-8" }
When I press f, select level, then info then log viewer show 0 records. But when I filter by other, filed level info it's correctly filter logs.
f
level
info
other
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I have problem with filtering logs by level, when log level is written uppercase.
Example log
When I press
f
, selectlevel
, theninfo
then log viewer show 0 records. But when I filter byother
, filedlevel
info
it's correctly filter logs.The text was updated successfully, but these errors were encountered: