Skip to content
Snippets Groups Projects
Commit 3670fe06 authored by Damian Johnson's avatar Damian Johnson
Browse files

Log at debug runlevel when integ testing

Teor is troubleshooting integ testing issues and requested that we bump our tor
logging from notice to info runlevel...

  https://trac.torproject.org/projects/tor/ticket/30592

If anyone looks at this log file it's because something went wrong, so lets
just go to the debug runlevel instead. Folks can always grep out the info
messages if it's too overwhelming.
parent 8b07bca6
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ PublishServerDescriptor 0
AssumeReachable 1
DownloadExtraInfo 1
Log notice stdout
Log notice file %%s/tor_log
Log debug file %%s/tor_log
""" % (SOCKS_PORT, ORPORT)
# singleton Runner instance
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment