-
-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logging of config generation issues not enabled on helm chart #394
Comments
@maruno Do you add your own ENV variables? Can you double check the variable format, as described here? https://github.com/vernemq/docker-vernemq?tab=readme-ov-file#remarks 👉 Thank you for supporting VerneMQ: https://github.com/sponsors/vernemq |
I thought I had eliminated those already, spotted that odditty before, but I seem to have forgotten the dots for my plugins configuration. ;) Managed to find it oby trial and error by commenting out parts of my configmap going from minimal till it stopped working. Would |
@maruno Hm, yes, it is a pain point, isn't it. Maybe we could somehow somewhere add a call to 👉 Thank you for supporting VerneMQ: https://github.com/sponsors/vernemq |
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?
The text was updated successfully, but these errors were encountered: