diff options
| author | Damian Johnson <atagar@torproject.org> | 2019-05-27 15:52:51 -0700 |
|---|---|---|
| committer | Damian Johnson <atagar@torproject.org> | 2019-05-27 15:52:51 -0700 |
| commit | 3670fe061278c934ff57c3ba3c9ba457f276ad9a (patch) | |
| tree | ff90861ef404246c9c5587227500823b8fedfc4d | |
| parent | 8b07bca61ef2d6f88bf00662a5e493c40f8be9fc (diff) | |
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.
| -rw-r--r-- | test/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runner.py b/test/runner.py index b92b5a01..b7da06a4 100644 --- a/test/runner.py +++ b/test/runner.py @@ -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 |
