Skip to content

Catching stdout/stderr of tor thread #11

Description

@Jikstra

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions