BIND 9 Log file rotation

Pete Ehlke pde at ehlke.net
Fri Aug 29 20:55:31 UTC 2003


On Fri, Aug 29, 2003 at 08:14:53PM +0100, dj wrote:
> If I specify
> 
> logging {
>  channel myfile { file "junk.dat" version 3 size 10M;
>   severity info;
> }
> etc etc
> 
> It seems BIND-9 fills up the log, then stops logging.
> How do I get it to rotate (3) logs of size 10M
> 
> ???

You follow the documented grammar, which does not include a "version"
keyword for the logging{} block. ;) 

you want "versions" instead.

-Pete


More information about the bind-users mailing list