Recursive Tinc log.
Peter Dey
tinc at realmtech.net
Tue Feb 23 10:27:32 CET 2010
> I start tinc Server with the command tincd --logfile=/var/log/tinc.log.
>
> It create a log file that increment continuously.
>
> There is any Tinc command/switch that force override this file daily?
Take a look at logrotate. It's the same thing that rotates Apache's logfiles.
Daemons under *nix don't bother rotating or clearing their own files, they
simply keep appending to them, expecing you to do something with them.
Cheers,
Peter
More information about the tinc
mailing list