spring-boot日志配置 logging.path logging.file 注意事项


来源于 :  https://blog.csdn.net/testcs_dn/article/details/86309819

springboot日志配置 logging.path  logging.file 注意事项

可能有些小伙伴会同时配置 logging.path 和 logging.file,但是又发现其中一个不生效。

官方文档中有这么一句:

If you want to write log files in addition to the console output you
need to set a logging.file or logging.path property
也就是说,它们不会同时生效,只配置其中一个就好了。

例如我配置的时候只指定path

logging.path = ./logs
那么记录日志的时候默认的文件名是:spring.log


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM