Currently, I have OpenAM deployed as a DevOps model using Kubernetes cluster service where I have disabled the liveliness of the pod so that I can restart OpenAM (ForgeRock ) whenever I need(I can replace external libraries under-extracted folder).
I can copy the jar into pods and can stop and start the tomcat but after that OpenAM stops logging message into log file.
I have verified that all the logging is enabled as before restart it was logging the log messages.
Currently every time I have to build a new image and deploy it which is very time taking.
Is anyone have faced similar problem ?