Skip to content

Change log levels of messages from INFO to others

Saksham Mittal requested to merge gotlou/arti:info-to-warn into main

Partially fixes #854 (closed), since I don't really know of more messages that could use a reclassification. (Open to adding more re-classifications in that bug and make it a tracking one for other smaller, related issues, that way the rest of the work could be done in either a future MR or even this one)

Very minor change, just changes two log levels to not be INFO since those sometimes seem to overwhelm the user with too much information.

The two messages are:

  • INFO tor_dirmgr::state: The current consensus is fresh until 2023-05-08 17:00:00.0 +00:00:00, and valid until 2023-05-08 19:00:00.0 +00:00:00. I've picked 2023-05-08 17:45:54.445275799 +00:00:00 as the earliest time to replace it. is changed to DEBUG

  • INFO tor_circmgr::mgr: While waiting on circuit: Ok(Err(CircTimeout)) from circuit we're building` is changed to WARN

Merge request reports