Problem Statement
Right now, if I added a log (for example debug_log("here"); to my contract and then run a test with aztec test, the log won't show up
But if I run it like this LOG_LEVEL=debug aztec test then I'll get hundreds of logs that are not related to my code. For example:
It would be nice to be able to debug my contract without so much noise on the logs
Proposed Solution
No response
Example Use Case
No response
Alternative Solutions
No response
Additional Context
No response
Problem Statement
Right now, if I added a log (for example
debug_log("here");to my contract and then run a test withaztec test, the log won't show upBut if I run it like this
LOG_LEVEL=debug aztec testthen I'll get hundreds of logs that are not related to my code. For example:It would be nice to be able to debug my contract without so much noise on the logs
Proposed Solution
No response
Example Use Case
No response
Alternative Solutions
No response
Additional Context
No response