Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Allow silencing output #578

Merged
merged 3 commits into from
Oct 10, 2018
Merged

Allow silencing output #578

merged 3 commits into from
Oct 10, 2018

Conversation

CruzMolina
Copy link
Contributor

When running a large volume of tests/transactions against the local ganache-cli EVM (especially when using a custom config with a large amount of account Ether balance), it would be nice to be able to silence any log output in order to increase performance.

Steps to Test

In one terminal window:
ganache-cli -q or ganache-cli --quiet

In another terminal window:
cd myTruffleProjectWithTests
truffle test

Expected Outcome

Truffle tests run and ganache-cli doesn't output anything after the initial start and below the following line:
Listening on 127.0.0.1:8545

@davidmurdoch davidmurdoch merged commit e89d432 into develop Oct 10, 2018
@davidmurdoch davidmurdoch deleted the quiet-flag branch October 10, 2018 22:52
@davidmurdoch
Copy link
Member

Works wonderfully. Thanks @CruzMolina!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants