-
Notifications
You must be signed in to change notification settings - Fork 851
Logging: don't log at info for some uninteresting events #4667
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. CC @mlbiscoc |
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. seemed totally uninteresting to me |
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. By commenting out the whole listener, it's never loaded and thus doesn't log |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -32,5 +32,8 @@ syncLimit=5 | |
| # Set to "0" to disable auto purge feature | ||
| #autopurge.purgeInterval=1 | ||
|
|
||
| # 0 is ZK's default, means unlimited | ||
| maxCnxns=0 | ||
|
Comment on lines
+35
to
+36
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ZK classes observed this was not set and logged that we didn't set it. Oooookaaaay. |
||
|
|
||
| # Disable ZK AdminServer since we do not use it | ||
| admin.enableServer=false | ||
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.
just a simplification here. Both sides of the if were the same! No doubt after some previous change.