CertifaiAI / CertifaiAI/classifai
Subdue logs output
- Dominant language
- Java
- Stars
- 127
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
Seeing this after version upgrade of hsqldb
Need to suppress this in the log output
```
Aug 12, 2020 12:53:54 PM org.hsqldb.persist.Logger logInfoEvent
INFO: checkpointClose start
Aug 12, 2020 12:53:54 PM org.hsqldb.persist.Logger logInfoEvent
INFO: checkpointClose synched
Aug 12, 2020 12:53:54 PM org.hsqldb.persist.Logger logInfoEvent
INFO: checkpointClose script done
Aug 12, 2020 12:53:54 PM org.hsqldb.persist.Logger logInfoEvent
INFO: checkpointClose end
Aug 12, 2020 12:53:54 PM org.hsqldb.persist.Logger logInfoEvent
INFO: checkpointClose start
Aug 12, 2020 12:53:54 PM org.hsqldb.persist.Logger logInfoEvent
INFO: checkpointClose synched
Aug 12, 2020 12:53:54 PM org.hsqldb.persist.Logger logInfoEvent
INFO: checkpointClose script done
Aug 12, 2020 12:53:54 PM org.hsqldb.persist.Logger logInfoEvent
INFO: checkpointClose end
```
Contributor guide
Research direction
Start by locating the HSQLDB integration and logging configuration that produces the org.hsqldb.persist.Logger checkpointClose messages. Confirm the behavior against the version upgrade, then verify that these INFO lines are suppressed without removing other necessary log output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- databases, observability
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100