On 3/11/19 12:22 AM, teor wrote:
Have you tried reading tor's logs directly? (It looks like you are reading them through nyx.)
Tor's logs should be at /var/log/tor/log , or a similar path.
In Raspian logs are sent to system journal, so "sudo journalctl -f -u tor.service" will show the logs, you can change the log level to "warn" or "err" by setting "Log err syslog" (syslog is set in the standard torrc delivered with the package I run on Raspian, which comes from the official repository I think).
Remark: I added sources "deb http://deb.torproject.org/torproject.org stretch main".
Regards yl