Skip to content

Commit f773407

Browse files
add some debug logs
1 parent 50cafda commit f773407

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.github/actions/deploy/action.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ runs:
9797
env:
9898
SORBETD_NAME: mock-miria
9999
working-directory: ./.github/scripts/end2end/operator
100+
- name: Set logging level to debug for sorbet
101+
shell: bash
102+
run: |
103+
kubectl set env deployment/mock-sorbet LOG_VERBOSE=debug
104+
working-directory: ./.github/scripts/end2end/operator
100105
- name: Deploy metadata
101106
shell: bash
102107
run: ./deploy-metadata.sh

.github/scripts/end2end/configs/zenko.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ spec:
2020
internalCloudserver:
2121
enable: true
2222
logging:
23-
logLevel: debug
23+
logLevel: trace
2424
cloudserver:
2525
replicas: 2
2626
logging:
27-
logLevel: debug
27+
logLevel: trace
2828
backbeat:
2929
triggerExpirationsOneDayEarlierForTesting: ${EXPIRE_ONE_DAY_EARLIER}
3030
lifecycleConductor:
@@ -34,7 +34,7 @@ spec:
3434
ingestionProcessor:
3535
concurrency: 2
3636
logging:
37-
logLevel: debug
37+
logLevel: trace
3838
mongodb:
3939
provider: External
4040
endpoints:

.github/scripts/end2end/deploy-zenko.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,6 @@ for i in $(seq 1 120); do
144144
# Debug log to ease understanding of failures in the CI
145145
kubectl get pods -A
146146
done
147+
148+
# set LOG_VERBOSE to debug for sorbet deployment specifically
149+

0 commit comments

Comments
 (0)