Update Log Level
Last updated
# kustomization.yaml in your ESS installation directory
# ... Preceding content omitted for brevity
# ...
patches:
- target:
kind: Deployment
name: ess-pod-provision
patch: |-
apiVersion: apps/v1
kind: Deployment
metadata:
name: ess-pod-provision
spec:
template:
spec:
containers:
- env:
- name: QUARKUS_LOG_LEVEL
value: DEBUG
name: ess-pod-provision