我使用spring boot 1.3.7。
在我的application.properties中我有
logging.file=syste.log
logging.path=/home/apps/log
我的jar文件位于/ home / apps
在运行时,日志文件位于应用程序运行的位置(/ home / apps)。
为什么不使用logging.path中的值?
答案 0 :(得分:2)
根据the documentation指定 logging.file
和logging.path
不受支持(或处理),您应指定{{1}中的完整路径设置:
logging.file