-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
I think it would be very helpful if it would be possible to catch the stdout/stderr of the tor thread. But as it's only a thread and not a sub/child process, I have no idea how to do it. Maybe it's not even possible?
I think it would be super helpful for things like parsing the log to achieve:
- knowing the progress of the bootstrapping
- parsing for errors/warnings
Currently the tor thread is quite a blackbox, of course it would be possible to communicate through the control port, but this would need another socket/lib to interact with. Parsing the log should be a lot more straight forward.
Maybe somebody has an idea how we could implement this?
Metadata
Metadata
Assignees
Labels
No labels