View Ganache CLI logs when using OZ Test Environment

I use fork feature of ganache-cli via test-environment.config.js

Is there a way to view the logs from ganache when running tests using oz test environment?

Similar to the once that we get when manually running ganache-cli in terminal, like transaction hashes, contract address and more.

1 Like

Hi @apoorvlathey,

Welcome to the community :wave:

OpenZeppelin Test Environment uses ganache internally and doesn’t expose the logs.
What information are you attempting to obtain?

Thanks for the reply.
No specific information as such. Just a visual feedback that transactions are going through.
But that’s not required as the tests return revert messages perfectly.

1 Like