Remember log messages that happen before logs are configured

(And replay them once we know our first real logs.)

This is an implementation for issue 6938.  It solves the problem of
early log mesages not getting sent to log files, but not the issue of
early log messages not getting sent to controllers.
This commit is contained in:
Nick Mathewson
2014-09-10 23:30:37 -04:00
parent 6e2ef4bc5e
commit 93dfb12037
12 changed files with 100 additions and 17 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor features:
- When opening a log file at startup, send it every log message that we
generated between startup and opening it. Closes ticket 6938.