reduce logging noise #4713
Labels
deployment
Chain deployment mechanism (e.g. testnet)
technical-debt
tooling
repo-wide infrastructure
What is the Problem Being Solved?
Bootstrap is noisy:
Console output for for a test before it starts
Other areas are noisy too, depending on your purposes. E.g. run-protocol logs a bunch of things that you wouldn't be interested in unless you're debugging run-protocol.
Description of the Design
We've deferred solving logging: #1318 @dckc explained to me it's complicated by #2519 and vats can't access ENV or do any IO, even in dev. Maybe there's a way to run a vat in a certain mode that configures logging.
But some options:
Security Considerations
TBD
Test Plan
TBD
The text was updated successfully, but these errors were encountered: