From 9da5cfdae84d33fe15364d375a5a059e734b099d Mon Sep 17 00:00:00 2001 From: Antonio Fernandez Alhambra Date: Fri, 9 Feb 2024 12:34:42 +0100 Subject: [PATCH] Set default HiveMQ Platform log level to INFO. --- charts/hivemq-platform/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/hivemq-platform/values.yaml b/charts/hivemq-platform/values.yaml index 2ee82500..11b5703a 100644 --- a/charts/hivemq-platform/values.yaml +++ b/charts/hivemq-platform/values.yaml @@ -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: {}