Skip to content

Commit

Permalink
Set default HiveMQ Platform log level to INFO.
Browse files Browse the repository at this point in the history
  • Loading branch information
afalhambra-hivemq committed Feb 9, 2024
1 parent 862f69d commit 9da5cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/hivemq-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ operator:
nodes:
# The number of HiveMQ nodes in the cluster
replicaCount: 2
logLevel: DEBUG
logLevel: INFO
javaOpts: "-XX:+UnlockExperimentalVMOptions -XX:InitialRAMPercentage=50 -XX:MaxRAMPercentage=50"
# Annotations to add to the HiveMQ Pods
annotations: {}
Expand Down

0 comments on commit 9da5cfd

Please sign in to comment.