Skip to content

Commit

Permalink
Temp: add debugging logger
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrejMitrovic committed Jul 31, 2019
1 parent f6f181e commit 2bf3373
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/agora/test/NetworkClient.d
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ unittest

auto txes = makeChainedTransactions(getGenesisKeyPair(), null, 1);

setLogLevel(LogLevel.debug_);

// node 1 will keep trying to send transactions up to
// max_retries * (retry_delay + timeout) seconds (see Base.d),
// 20 * (100 + 100) = 4 seconds of retry time
Expand Down

0 comments on commit 2bf3373

Please sign in to comment.