James Brown wrote: > My freshclam.log only shows entries like: > > Log size = 11242653, max = 1048576 > LOGGING DISABLED (Maximal log file size exceeded). > > How can I increase the max log file size?
The current build of ClamAV has this in the example freshclam.conf file: # Maximum size of the log file. # Value of 0 disables the limit. # You may use 'M' or 'm' for megabytes (1M = 1m = 1048576 bytes) # and 'K' or 'k' for kilobytes (1K = 1k = 1024 bytes). # in bytes just don't use modifiers. # Default: 1M #LogFileMaxSize 2M The default as you have discovered is 1 meg. Edit your version of the installed freshclam.conf file and make the LogFileMaxSize what ever you wish. Or consider using syslog for logging and configure your log rotating tool to rotate this log appropriately. dp _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://lurker.clamav.net/list/clamav-users.html