This is a discussion on Re: BIND 9 Log file rotation within the Bind Users forums, part of the DNS and Related Forums category; On Fri, Aug 29, 2003 at 08:14:53PM +0100, dj wrote: > If I specify > > logging { > ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 |