Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tor log monitoring component #75

Open
mikeperry-tor opened this issue May 20, 2021 · 0 comments
Open

Tor log monitoring component #75

mikeperry-tor opened this issue May 20, 2021 · 0 comments

Comments

@mikeperry-tor
Copy link
Owner

There's three reasons to monitor Tor's logs:

  1. ProtocolWarns may provide hints on misbehavior
  2. PathBias log messages may indicate tagging attacks
  3. A log buffer of recent log messages would make debugging dropped cell bug cases a lot easier

We can do this thru the control port to monitor and emit the first two when vanguards loglevel is NOTICE, and do the second if vanguards loglevel is DEBUG. Having Tor and vanguards debug logs all in one place will make debugging protocol bugs so much easier.

mikeperry-tor pushed a commit that referenced this issue May 21, 2021
No unittests for this yet.

On the plus side, I fixed previous test failures.

So I got that going for me, which is nice.
mikeperry-tor pushed a commit that referenced this issue May 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant