forked from hyperledger-cacti/cacti
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(tools/ci) reduce example networks log verbosity (hyperledger…
…-cacti#74) * refactor(examples): quorum network log verbosity=2 Previous value was 5, very verbose. Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com> * refactor(quorum): tessera -Dverbosity=WARN Reduces log level of Tessera to WARN from INFO Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com> * fix(quorum): etcd image version and log verbosity Log verbosity doesn't yet actually get reduced, follow this issue for further developments: etcd-io/etcd#11407 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com> * refactor(examples): FABRIC_LOGGING_SPEC=INFO Reduces the log level to INFO from DEBUG in Fabric peers Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com> * refactor(ci): add log dumping back in Which is now much less verbose and easier to handle after reducing the log levels. Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com> * refactor(examples): reduce log verbosity on fabric This adds what the previous commit was missing: orderer and ca Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com> * fix(ci): set +u to avoid undefined var crash [ "$CI_NO_DUMP_ALL_LOGS" ] || ./tools/dump-all-logs.sh $CI_ROOT_DIR Was crashing the CI because +e only applies to return codes of shell commands while the +u option is needed to avoid crashing the script when there was an undefined variable referenced. Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
- Loading branch information
Showing
5 changed files
with
24 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters