|
Bugzilla – Full Text Bug Listing |
| Summary: | freshclam is not quiet anymore | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Björn Voigt <bjoernv> |
| Component: | Security | Assignee: | Reinhard Max <max> |
| Status: | CONFIRMED --- | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | Andreas.Stieger, meissner |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Björn Voigt
2024-07-08 11:30:21 UTC
Yes, the overhaul of the logging facility was done incompletely. logg() should not be called directly anymore, but cli_warnmsg, cli_errmsg, etc. instead. They call logg() thhrough msg_callback(), which in turn calls libclamav_msg_callback() or libclamav_msg_callback_quiet() depending on the --quiet switch, with the latter callback doing the filtering, if in place. Reported upstream: https://github.com/Cisco-Talos/clamav/issues/1302 |