Cisco-Talos / clamav-docker

Dockerfiles for the ClamAV project
38 stars 21 forks source link

LogFile needed ? #57

Closed albundy83 closed 1 week ago

albundy83 commented 2 months ago

Hello,

maybe the log file "activation" should not be done here for example: https://github.com/Cisco-Talos/clamav-docker/blob/main/clamav/1.4/alpine/Dockerfile#L68

As we are under Container and usually file logs are not very needed....

micahsnyder commented 1 month ago

I agree, though I hesitate to change this since others may depend on the current behavior.

In the meantime, you can override the config files to customize the behavior by mounting your own config directory as described here https://docs.clamav.net/manual/Installing/Docker.html#controlling-the-container

albundy83 commented 1 month ago

Hello, I understand, maybe another time :)