Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

How can I silence the Ganache server running on the background when I am running my test suite? #4489

Answered by davidmurdoch
kindaro asked this question in Q&A
Discussion options

You must be logged in to vote

const provider = Ganache.provider({ logging: { quiet: true }}); should do the trick, unless you are passing your own logger ({ logging: { logger: console }}) in which case Ganache does still send the logs to your custom logger.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@kindaro
Comment options

@davidmurdoch
Comment options

Answer selected by kindaro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants