-
Notifications
You must be signed in to change notification settings - Fork 16
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
Ldap log#116 #117
Ldap log#116 #117
Conversation
@@ -78,7 +84,7 @@ This methods is executed for all types of failure such as run() failure, timeout | |||
*/ | |||
@Override | |||
protected SearchResult getFallback() { | |||
LOGGER.info("Error during the execution of the command. Falling back to the cache"); | |||
LOGGER.error("Error during the execution of the command. Falling back to the cache"); |
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.
Should we log this at error level or something lower, maybe warn? Because we have a fallback, seems it could be a warning and if the fallback fails we'd have an error.
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.
Agree. I will switch to warn level . At the first sight I thought this would not impact being this way but as it can have a heavy load it could wast a lot of space and cpu .
Build failing, maybe because of #115 |
rebuilding after the PR been merged |
Related to this issue #116