通过yml文件配置日志错误笔记

Posted 计算机小白的爬坑之路

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了通过yml文件配置日志错误笔记相关的知识,希望对你有一定的参考价值。

通过yml文件配置日志错误

错误代码:

logging:
  level: 
    root: info
    com.ren.blog: DEBUG
    file: log/blog-dev.log

报错示例:

格式有误,最终修改:

logging:
  level:
    root: info
    com.ren.blog: DEBUG
  file:
    name: log/blog-dev.log

以上是关于通过yml文件配置日志错误笔记的主要内容,如果未能解决你的问题,请参考以下文章

通过yml文件配置日志错误笔记

学习笔记之Kibana

SpringBoot 日志yml配置

SpringCloudAlibaba项目配置迁移Nacos通过bootstrap.yml启动

ElasticSearch 配置详解

spring boot使用application.yml的一些基础配置笔记yml配置