Skip to content

Commit

Permalink
change logLevel in account-operator
Browse files Browse the repository at this point in the history
On-behalf-of: @SAP angel.kafazov@sap.com
Signed-off-by: Angel Kafazov <akafazov@cst-bg.net>
  • Loading branch information
akafazov committed Feb 12, 2025
1 parent eb1721c commit 7c7a22d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ operator match the snapshot:
- args:
- operator
- --leader-elect
- --log-level=debug
- --log-level=info
- --health-probe-bind-address=:8081
env:
- name: SUBROUTINES_NAMESPACE_ENABLED
Expand Down Expand Up @@ -757,7 +757,7 @@ operator match the snapshot (with kubeconfigSecret):
- args:
- operator
- --leader-elect
- --log-level=debug
- --log-level=info
- --health-probe-bind-address=:8081
env:
- name: SUBROUTINES_NAMESPACE_ENABLED
Expand Down Expand Up @@ -1218,7 +1218,7 @@ operator match the snapshot with webhook enabled:
- args:
- operator
- --leader-elect
- --log-level=debug
- --log-level=info
- --health-probe-bind-address=:8081
env:
- name: SUBROUTINES_NAMESPACE_ENABLED
Expand Down
2 changes: 1 addition & 1 deletion charts/account-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ subroutines:
# -- The secret for kubeconfig
kubeconfigSecret: ""
# -- The log level
logLevel: debug
logLevel: info

security:
# -- Mount the service account token
Expand Down

0 comments on commit 7c7a22d

Please sign in to comment.