From b61426e67ccdcb99a1785574752b90643b81a19a Mon Sep 17 00:00:00 2001 From: bdebek-splunk Date: Tue, 3 Jun 2025 13:19:32 +0200 Subject: [PATCH] fix: update log level in logging configuration for consistency across environments --- environments/test/es/Splunk_TA_app1/logging.conf | 2 +- environments/test/es/buttercup_app_for_splunk/logging.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environments/test/es/Splunk_TA_app1/logging.conf b/environments/test/es/Splunk_TA_app1/logging.conf index cbe5357..1b7db58 100644 --- a/environments/test/es/Splunk_TA_app1/logging.conf +++ b/environments/test/es/Splunk_TA_app1/logging.conf @@ -1,2 +1,2 @@ [config] -log_level = debug \ No newline at end of file +log_level = info \ No newline at end of file diff --git a/environments/test/es/buttercup_app_for_splunk/logging.conf b/environments/test/es/buttercup_app_for_splunk/logging.conf index 1b7db58..cbe5357 100644 --- a/environments/test/es/buttercup_app_for_splunk/logging.conf +++ b/environments/test/es/buttercup_app_for_splunk/logging.conf @@ -1,2 +1,2 @@ [config] -log_level = info \ No newline at end of file +log_level = debug \ No newline at end of file