[IRCServices] Omit IPs in logs or disable logging completely

jesse keys jesse at teranetworks.de
Thu Apr 24 14:19:48 PDT 2008


Jille Timmermans wrote:
> you could replace ircservices.log in the source with /dev/null.
> Or even simpler, in shell:
> # cd /path/to/ircservices
> # rm -f ircservices.log
> # ln -s /dev/null ircservices.log
>
> This will log to the /dev/null, in other words, it will disappear.

I didn't think of that. Awesome!
Thanks for the fast reply :-)

jesse