Actions
Bug #9406
closedMissing logger information for quicksearch in logback.xml
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
When we added quicksearch, we added specific debug messages. They can't be discovered by a user, so logback.xml should be augmented with:
<!-- Quicksearch =========== Uncomment and set to "debug" or "trace" to get debugging information about the quicksearch: what is the parsed query, how many results come from each backend, etc. --> <logger name="com.normation.rudder.services.quicksearch" level="info" />
Actions