From 0464347539f931847ab578ff935994aef0102352 Mon Sep 17 00:00:00 2001 From: efiacor Date: Mon, 22 Jun 2020 18:51:43 +0100 Subject: [PMSH] Add enable_tls boolean flag to config Signed-off-by: efiacor Change-Id: I19f71b690f743980eaa149c9b2c76fecb98a0120 Issue-ID: DCAEGEN2-2146 --- components/pm-subscription-handler/tests/log_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/pm-subscription-handler/tests/log_config.yaml') diff --git a/components/pm-subscription-handler/tests/log_config.yaml b/components/pm-subscription-handler/tests/log_config.yaml index 56620708..1c3abd8b 100755 --- a/components/pm-subscription-handler/tests/log_config.yaml +++ b/components/pm-subscription-handler/tests/log_config.yaml @@ -4,7 +4,7 @@ disable_existing_loggers: true loggers: onap_logger: - level: INFO + level: DEBUG handlers: [stdout_handler] propagate: false handlers: -- cgit 1.2.3-korg