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

Toralf Förster toralf.foerster at gmx.de
Fri Jul 31 19:15:33 UTC 2020


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


More information about the tor-relays mailing list