Rule Engine: Change level for rule parsing log by And1sS · Pull Request #4262 · prebid/prebid-server-java
🔧 Type of changes
- new bid adapter
- bid adapter update
- new feature
- new analytics adapter
- new module
- module update
- bugfix
- documentation
- configuration
- dependency update
- tech debt (test coverage, refactorings, etc.)
✨ What's the context?
Logs can clutter storage, so we decided to change log level from info to debug.
🧠 Rationale behind the change
Now log level is lower - so logs will appear only when needed.
🧪 Test plan
Logging in this case is not a functional requirement, so it is not tested.
🏎 Quality check
- Are your changes following our code style guidelines?
- Are there any breaking changes in your code?
- Does your test coverage exceed 90%?
- Are there any erroneous console logs, debuggers or leftover code in your changes?