-
I use kubernetes-config to control some settings. How do I configure some logger to use a level?
If I want to put that into the ConfigMap I get
Is there a way around that. Also is the logging configuration applied directly, in my tests it seemed to need a restart (even with application.properties) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
/cc @Sgitario (kubernetes), @geoand (kubernetes), @iocanel (kubernetes) |
Beta Was this translation helpful? Give feedback.
-
If you are configuring something with |
Beta Was this translation helpful? Give feedback.
Ah so I would have to do something like this?
and in the applications.properties in the container, I'd have:
Since atm I have the properties I want to set flat in the configmap