Skip to content
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

Reduce log level in KiwiSpringMongoQueries #729

Closed
sleberknight opened this issue Jun 6, 2022 · 0 comments · Fixed by #730
Closed

Reduce log level in KiwiSpringMongoQueries #729

sleberknight opened this issue Jun 6, 2022 · 0 comments · Fixed by #730
Assignees
Labels
enhancement A request for change or improvement to an existing feature
Milestone

Comments

@sleberknight
Copy link
Member

We're logging several things at INFO level in KiwiSpringMongoQueries. These messages is cluttering up service logs in our dev environment, where we often have the default log level set to INFO.

The INFO messages are:

  • in addDateBounds when adding date bounds when both are null -?> "start and end are both null; ignoring"
  • in addPartialOrEqualMatchCriteria when matchString is blank -> "matchString is blank; ignoring"
  • in addMultiplePartialOrEqualMatchCriteria when matchStrings is blank ->"matchStrings is null or empty; ignoring"
  • in addInCriteriaFromCsv when csv is blank -> "csv is blank; ignoring"

These should be changed to DEBUG level.

@sleberknight sleberknight added the enhancement A request for change or improvement to an existing feature label Jun 6, 2022
@sleberknight sleberknight added this to the 2.1.0 milestone Jun 6, 2022
@sleberknight sleberknight self-assigned this Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A request for change or improvement to an existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant