-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Improves logging #416
Improves logging #416
Conversation
- capitalizing log messages, - adding additional logging for user logins (session creation), and - reducing the log level of these spammy grpc `info` lines to `debug`.
Thanks for creating a pull request! A maintainer will review your changes shortly. Please don't be discouraged if it takes a while. |
PR fix: adapts test to new logging statement
PR fix: fixes typo check by excluding `go.mod`.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice :)
PR fix: reverts first letter of error messages to lower case.
Some unit tests are failing, but this appears to be an intermittent event outside of our control:
-> Now working again 🎀 |
This was actually a problem on my side I updated DNSDist on those hosts and this caused a restart loop ;). PowerDNS/pdns#12975 |
by:
info
lines todebug
.In our instance there are quite a lot of log lines like these:
By reducing their level to
debug
they are now filtered in theinfo
setting.What do you think?