[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [tor-relays] What is the command to view the tor log file on Debian?



On 7/30/20 8:54 AM, Paul Geurts wrote:
> more syslog | grep Tor

useless use of "more" IMO, just use

	grep "Tor" /var/log/syslog

-or- for a continuous watching for new events:

	tail -f /var/log/syslog | grep "Tor"

--
Toralf
_______________________________________________
tor-relays mailing list
tor-relays@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays