help-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnu-radius] Log Rotation


From: Lewis Watson
Subject: Re: [Help-gnu-radius] Log Rotation
Date: Wed, 2 Jul 2003 15:30:33 -0500

> Can someone please point me in the direction of a functional radius log
> rotation script - or documentation on doing this properly?  I wrote one
for
> now, but of course it messes with usage times a lot - and I want to know
if
> there is something specifically for this radius to rotate out the usage
logs
> so they don't get so huge.
>
>
> Sincerely,
>
> Amy Lee

Hi Amy,
One way would be to use logrotate. Very nice to rotate logs... You could
then use...
/var/log/radius.log {
        monthly
        rotate 3
        nocompress
        errors address@hidden
        ifempty
        missingok
        }







reply via email to

[Prev in Thread] Current Thread [Next in Thread]