I have deployed springboot application in PCF . I want to log the message based on the environment variable .What should I do so that the run time log level change will work
Since Spring Boot 1.5.x, you can use logger endpoint to POST desired logging level.