Bugzilla – Bug 12492
Information about connection via proxy even if --quiet flag is used
Last modified: 2021-02-26 18:05:29 EST
From version 0.102, when I run: [jag@proxmox ~]$ sudo /usr/bin/freshclam --user=clamav --datadir=/var/lib/clamav --quiet I get output: Connecting via clamav-proxy clamav-proxy is name of proxy which I use. Is it possible to remove this information about connecting via proxy when quiet flag is in use?
Hi Jaroslaw, Thanks for reporting the issue. I think this issue has to do with how we compile "shared" code into freshclam and libfreshclam. We need to restructure this code anyhow to fix a similar issue with the --stdout option on Windows and to address compatibility issues with future versions of autoconf. I'll add your request to those associated tickets to make sure we solve this problem at the same time. Best, Micah
It is pretty annoying to have these messages showing up now. Any progress on this?
I'm doing the shared code restructuring as a part of adding CMake build system support. It's mostly complete with one known major issue before we could merge it into the development branch. I haven't yet checked if it solved this issue though.