diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-04-03 14:30:56 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-04-03 14:30:56 -0400 |
commit | 5613968d57cb07cc5a66e97c58bd39c22b86a50a (patch) | |
tree | e45285e007ff55197057e5f7deed1fd45f7e5337 /changes | |
parent | de76862fd6177acd8c5b801af4df73bfab5d98ac (diff) | |
download | tor-5613968d57cb07cc5a66e97c58bd39c22b86a50a.tar.gz tor-5613968d57cb07cc5a66e97c58bd39c22b86a50a.zip |
Improve logging for 28614.
When we fixed 28614, our answer was "if we failed to load the
consensus on windows and it had a CRLF, retry it." But we logged
the failure at "warn", and we only logged the retry at "info".
Now we log the retry at "notice", with more useful information.
Fixes bug 30004.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug28614_better_logging | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug28614_better_logging b/changes/bug28614_better_logging new file mode 100644 index 0000000000..26d19c3c11 --- /dev/null +++ b/changes/bug28614_better_logging @@ -0,0 +1,6 @@ + o Minor bugfixes (logging): + - On Windows, when errors cause us to reload a consensus from disk, tell + the user that we are retrying at log level "notice". Previously we only + logged this information at "info", which was confusing because the + errors themselves were logged at "warning". Improves previous fix for + 28614. Fixes bug 30004; bugfix on 0.4.0.2-alpha. |