Skip to content

Commit 06ec47b

Browse files
Merge pull request #75 from splunk:dev-fix
fix: update logging levels and install additional dependencies in manual deploy workflow
2 parents 5bb518a + 076fbd1 commit 06ec47b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/manual_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python -m pip install --upgrade pip
2727
pip install --upgrade pyyaml
2828
pip install boto3
29-
pip install requests ksconf
29+
pip install requests ksconf schema
3030
- name: Deploy to ${{ matrix.environment.name }}
3131
continue-on-error: true
3232
env:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[config]
2-
log_level = debug
2+
log_level = error
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[config]
2-
log_level = debug
2+
log_level = info

0 commit comments

Comments
 (0)