web3j-evm icon indicating copy to clipboard operation
web3j-evm copied to clipboard

How to disable the ConsoleDebugTracer

Open warrenc5 opened this issue 3 years ago • 2 comments

Issue_title

When I run my test with web3j-junit I get every opcode printed to the console

Issue_description

I would like to disable/control the level of the ConsoleDebugTracer so I can clearly see my test results.

Issue_context

I have excluded all the logging classes and have added sl4fj and slf4j-log4j12 I have set the logger level of org.web3j to INFO - but I still see the opcodes.

warrenc5 avatar Oct 11 '22 00:10 warrenc5

I see private boolean variables showStack/showOpcodes and show/hideOption in the kt file - how can I set these from a standard junit test?

I am using the @EVMTest attribute

warrenc5 avatar Oct 11 '22 00:10 warrenc5

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jun 18 '23 23:06 stale[bot]