Skip to content

Commit

Permalink
Remove env LOG_LEVEL from openshift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ia3andy committed Jan 30, 2024
1 parent c48a543 commit a56191c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions deploy/openshift/code-quarkus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ objects:
value: ${IO_QUARKUS_CODE_SEGMENT_FLUSH_QUEUE_SIZE}
- name: IO_QUARKUS_CODE_SEGMENT_FLUSH_INTERVAL_SECONDS
value: ${IO_QUARKUS_CODE_SEGMENT_FLUSH_INTERVAL_SECONDS}
- name: IO_QUARKUS_CODE_LOG_LEVEL
value: ${IO_QUARKUS_CODE_LOG_LEVEL}
- name: IO_QUARKUS_CODE_HOSTNAME
value: ${IO_QUARKUS_CODE_HOSTNAME}
- name: IO_QUARKUS_CODE_QUARKUS_PLATFORMS_RELOAD_CRON_EXPR
Expand Down Expand Up @@ -128,8 +126,6 @@ parameters:
value: "0 */5 * * * ?"
- name: QUARKUS_LOG_SENTRY
value: "false"
- name: IO_QUARKUS_CODE_LOG_LEVEL
value: inherit
- name: IMAGE
value: quay.io/quarkus/code-quarkus-app
required: true
Expand Down

0 comments on commit a56191c

Please sign in to comment.