I use Spring Boot and want it to write log output to a file.
According to the docs, this is simply done by setting
logging.file=filename.log <
logging.file=filename.log
Use logging.file.name instead of logging.file
logging.file.name
logging.file
In higher versions of spring-boot-parent(from version 2.2.0), property logging.file is deprecated.
spring-boot-parent(from version 2.2.0)