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
Describe the bug My server logs are spamming with thousands of lines "ignoring empty line"
dockerd[REDACTED]: time="2020-07-12T19:22:26-04:00" level=info msg="level=info ts=2020-07-12T23:22:26.426688791Z caller=loki.go:56 container_id=REDACTED msg=\"ignoring empty line\" line=\" \"" plugin=128a59401fb4d6b352ccf5f2cd82bd5ef42620791ee34dd965db3726e6101fe2
Expected behavior I expect it not to spam that nonsense. I couldn't care less if it ignores a line, this should be in debug logging not info.
Environment:
This is a one line fix and I will create a PR to link against this.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
My server logs are spamming with thousands of lines "ignoring empty line"
Expected behavior
I expect it not to spam that nonsense. I couldn't care less if it ignores a line, this should be in debug logging not info.
Environment:
This is a one line fix and I will create a PR to link against this.
The text was updated successfully, but these errors were encountered: