Implement a safe-logging facility.
All threads resolved!
All threads resolved!
Here we add the "safe logging" feature from C tor, where certain information is suppressed from the logs as "sensitive". We can do a little better than C tor, thanks to Rust's type system.
This branch doesn't yet suppress very much; we can expand it to cover more in the future.
Closes #189 (closed).
Merge request reports
Activity
assigned to @nickm
requested review from @eta
- Resolved by Nick Mathewson
added 67 commits
-
a424cca5...de2b2364 - 62 commits from branch
tpo/core:main
- 7aacc6e3 - Implement a safe-logging facility.
- 4679023c - Apply `sensitive` in some info-level log messages.
- 7e34692a - arti: add support for safe-logging configuration
- b8791256 - Disable safe-logging when logging to console.
- 373934ef - Punctuation fix.
Toggle commit list-
a424cca5...de2b2364 - 62 commits from branch
enabled an automatic merge when the pipeline for 373934ef succeeds
mentioned in commit c302a291
Please register or sign in to reply