Skip to content

Commit

Permalink
[INDY-1072] Disable logs for generating indy pool transactions (hyper…
Browse files Browse the repository at this point in the history
…ledger#542)

Signed-off-by: Andrew Nikitin <[email protected]>
  • Loading branch information
anikitinDSR authored and ashcherbakov committed Jan 30, 2018
1 parent f3491c4 commit 5d3d57d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/generate_indy_pool_transactions
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@ from plenum.common.test_network_setup import TestNetworkSetup
from indy_common.config_util import getConfig
from indy_common.config_helper import ConfigHelper, NodeConfigHelper
from indy_common.txn_util import getTxnOrderedFields
import logging


portsStart = 9700
nodeParamsFileName = 'indy.env'


if __name__ == "__main__":
logger = logging.getLogger()
logger.disabled = True
TestNetworkSetup.bootstrapTestNodes(getConfig(), portsStart, nodeParamsFileName,
getTxnOrderedFields(), ConfigHelper, NodeConfigHelper)

Expand Down

0 comments on commit 5d3d57d

Please sign in to comment.