On Wed, Jun 15, 2016 at 07:07:34AM +0200, pr0j3ctx wrote: > I´m using tinc for one year now, and it runs very good. But since 2 weeks > one of my two networks crashes. > If I restart tinc, all is ok. > > Now I want to log tinc into a file. But this doesn´t work. > > I tried it with this lines in the tinc.conf for that network. > > == tinc.conf == > debug = 5 > logfile = /var/log/tinc.NETNAME.log > == tinc.conf ==
These are command line options, they don't go in tinc.conf. Start tinc
with:
tincd -n NETNAME -d5 --logfile
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <[email protected]>
signature.asc
Description: Digital signature
_______________________________________________ tinc mailing list [email protected] https://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc
