diff options
author | Roger Dingledine <arma@torproject.org> | 2007-08-30 06:17:17 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-08-30 06:17:17 +0000 |
commit | 2c24b9cb4cdda5e7bf90a7a6ef54f7407e8be859 (patch) | |
tree | 0d8b735956ec0a04d371263d50b3b68953bb60de /doc/TODO | |
parent | f189ecbf202b8cb96ff3ecea775c259083a3b8e3 (diff) | |
download | tor-2c24b9cb4cdda5e7bf90a7a6ef54f7407e8be859.tar tor-2c24b9cb4cdda5e7bf90a7a6ef54f7407e8be859.tar.gz |
Tor logs the libevent version on startup, for debugging purposes.
This is great. But it does this before configuring the logs, so
it only goes to stdout and is then lost.
svn:r11313
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -38,6 +38,9 @@ Things we'd like to do in 0.2.0.x: away and then returns before the old descriptor has expired. - add a --quiet commandline option that suppresses logs. useful for --hashed-password and maybe others. + - Tor logs the libevent version on startup, for debugging purposes. + This is great. But it does this before configuring the logs, so + it only goes to stdout and is then lost. - Proposals: . 101: Voting on the Tor Directory System (plus 103) |