I have set the logging level in the spring boot application in application.yml as: logging.level.com.Myapplicationname=DEBUG
The application is packaged and deplo
Current with latest spring release we have to use logging.file.name instead of logging.file, I worked for me.
logging.file.name
logging.file