Skip to content

Commit a56191c

Browse files
committed
Remove env LOG_LEVEL from openshift.yml
1 parent c48a543 commit a56191c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

deploy/openshift/code-quarkus.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ objects:
6161
value: ${IO_QUARKUS_CODE_SEGMENT_FLUSH_QUEUE_SIZE}
6262
- name: IO_QUARKUS_CODE_SEGMENT_FLUSH_INTERVAL_SECONDS
6363
value: ${IO_QUARKUS_CODE_SEGMENT_FLUSH_INTERVAL_SECONDS}
64-
- name: IO_QUARKUS_CODE_LOG_LEVEL
65-
value: ${IO_QUARKUS_CODE_LOG_LEVEL}
6664
- name: IO_QUARKUS_CODE_HOSTNAME
6765
value: ${IO_QUARKUS_CODE_HOSTNAME}
6866
- name: IO_QUARKUS_CODE_QUARKUS_PLATFORMS_RELOAD_CRON_EXPR
@@ -128,8 +126,6 @@ parameters:
128126
value: "0 */5 * * * ?"
129127
- name: QUARKUS_LOG_SENTRY
130128
value: "false"
131-
- name: IO_QUARKUS_CODE_LOG_LEVEL
132-
value: inherit
133129
- name: IMAGE
134130
value: quay.io/quarkus/code-quarkus-app
135131
required: true

0 commit comments

Comments
 (0)