diff --git a/.github/workflows/manual_deploy.yml b/.github/workflows/manual_deploy.yml index a9ae01f..f6785e7 100644 --- a/.github/workflows/manual_deploy.yml +++ b/.github/workflows/manual_deploy.yml @@ -26,7 +26,7 @@ jobs: python -m pip install --upgrade pip pip install --upgrade pyyaml pip install boto3 - pip install requests ksconf + pip install requests ksconf schema - name: Deploy to ${{ matrix.environment.name }} continue-on-error: true env: diff --git a/environments/test/es/Splunk_TA_app1/logging.conf b/environments/test/es/Splunk_TA_app1/logging.conf index cbe5357..9ba3ad3 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 = error \ 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 cbe5357..1b7db58 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 = debug \ No newline at end of file +log_level = info \ No newline at end of file