From ee609ac6628833ea104086f68cc88a70ff69fd02 Mon Sep 17 00:00:00 2001 From: Geod24 Date: Mon, 19 Apr 2021 15:29:31 +0900 Subject: [PATCH] Fix log statements in system integration tests I was quite tired. --- tests/system/node/4/config.yaml | 2 +- tests/system/node/5/config.yaml | 2 +- tests/system/node/6/config.yaml | 2 +- tests/system/node/7/config.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/system/node/4/config.yaml b/tests/system/node/4/config.yaml index cca32aa8af8..73ef82d41ea 100644 --- a/tests/system/node/4/config.yaml +++ b/tests/system/node/4/config.yaml @@ -66,5 +66,5 @@ network: ## Logging options ## ################################################################################ logging: - config: + root: level: Info diff --git a/tests/system/node/5/config.yaml b/tests/system/node/5/config.yaml index 9bdbefcdf78..f937e32feb7 100644 --- a/tests/system/node/5/config.yaml +++ b/tests/system/node/5/config.yaml @@ -66,5 +66,5 @@ network: ## Logging options ## ################################################################################ logging: - config: + root: level: Info diff --git a/tests/system/node/6/config.yaml b/tests/system/node/6/config.yaml index 8fccfda9eba..ca01e664256 100644 --- a/tests/system/node/6/config.yaml +++ b/tests/system/node/6/config.yaml @@ -66,5 +66,5 @@ network: ## Logging options ## ################################################################################ logging: - config: + root: level: Info diff --git a/tests/system/node/7/config.yaml b/tests/system/node/7/config.yaml index f7bb0fdf18d..eff0a2cbc0c 100644 --- a/tests/system/node/7/config.yaml +++ b/tests/system/node/7/config.yaml @@ -66,5 +66,5 @@ network: ## Logging options ## ################################################################################ logging: - config: + root: level: Info