-
Notifications
You must be signed in to change notification settings - Fork 361
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
fix: agent log verbosity #4054
fix: agent log verbosity #4054
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4054 +/- ##
=======================================
Coverage 60.56% 60.56%
=======================================
Files 129 129
Lines 1656 1656
Branches 176 176
=======================================
Hits 1003 1003
Misses 626 626
Partials 27 27
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
will require pulling |
Description
tbh I don't know why, but this makes all the logs we were previously missing show up in e2e:
hyperlane-monorepo/rust/hyperlane-base/src/contract_sync/mod.rs
Line 155 in b99920e
hyperlane-monorepo/rust/hyperlane-base/src/db/rocks/hyperlane_db.rs
Line 93 in f68319f
Drive-by changes
Related issues
Backward compatibility
Testing
E2E, by counting occurrences of the two logs linked above in relayer log output. Before this change, those logs would be missing completely