I am struggling getting a working configuration for the VerneMQ helm chart, I am only getting this log after which the pod exits with an error:
mfb@Yggdrasill ~/k8s/vernemq $ kubectl logs -n vernemq vernemq-0 -f
Permissions ok: Our pod vernemq-0 belongs to StatefulSet vernemq with 1 replicas
Error generating config with cuttlefish
run `vernemq config generate -l debug` for more information.
Is there a way I could influence the log level of the config generation (I guess it's translating environment variables to the vernemq.conf file in the container?). I guess there is some wrong config but it's being hidden now, I'm not sure why config errors are not logged by default? Seeing as this seems to be a fatal error?
How can I enable the debugging logging of the config generation to know what I'm doing wrong?
I am struggling getting a working configuration for the VerneMQ helm chart, I am only getting this log after which the pod exits with an error:
Is there a way I could influence the log level of the config generation (I guess it's translating environment variables to the vernemq.conf file in the container?). I guess there is some wrong config but it's being hidden now, I'm not sure why config errors are not logged by default? Seeing as this seems to be a fatal error?
How can I enable the debugging logging of the config generation to know what I'm doing wrong?