shadow / tornettools

A tool to generate realistic private Tor network models, run them in Shadow, and analyze the results.
Other
34 stars 15 forks source link

Log tor output on errors generating keys #95

Closed sporksmith closed 1 year ago

sporksmith commented 1 year ago

While experimenting with a different configuration (compiling tor with asan), we hit this failure with no way to debug. We were already reporting the stderr when failing to generate keys for authorities, but not for other relays.

This changes both to redirect stderr to stdout and log the combined output on error.