torproject / stem

Python controller library for Tor
https://stem.torproject.org/
GNU Lesser General Public License v3.0
273 stars 76 forks source link

Emit stderr from tests when running Tor in more cases. #55

Open nmathewson opened 4 years ago

nmathewson commented 4 years ago

When Tor is running as a daemon, its stderr is only used for real errors that we should probably be paying attention to. But there are still cases (see https://github.com/torproject/stem/issues/52#issuecomment-577932788) where we suppress Tor's stderr logging. This made it hard to diagnose https://trac.torproject.org/projects/tor/ticket/33006 .

I'll write a patch when I can.

atagar commented 4 years ago

Thanks Nick! A patch is certainly welcome. Or, alternatively, if you'd like for me to write it I'd be willing to now that you've expressed that having stderr in these specific tests is particularly valuable to you.