From ade878cf6da070de49883dcd4a488616c44212be Mon Sep 17 00:00:00 2001 From: fanxb Date: Mon, 22 Apr 2019 16:01:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- java/springboot系列/1. springboot详细日志配置.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/java/springboot系列/1. springboot详细日志配置.md b/java/springboot系列/1. springboot详细日志配置.md index 3d91a48..03bff73 100644 --- a/java/springboot系列/1. springboot详细日志配置.md +++ b/java/springboot系列/1. springboot详细日志配置.md @@ -1,6 +1,6 @@ --- -id: '2019-03-20-10-38' -date: '2019/03/20 10:38:00' +id: '2019-03-21-10-38' +date: '2019/03/21 10:38:00' title: 'springboot超级详细的日志配置(基于logback)' tags: ['java', 'springboot', 'logback', 'log'] categories: @@ -10,7 +10,6 @@ categories: ![嘿](https://raw.githubusercontent.com/FleyX/files/master/blogImg/20190320135049.png) -**本文原创发布于:**[http://www.tapme.top/blog/detail/2019-03-20-10-38](http://www.tapme.top/blog/detail/2019-03-20-10-38) **本文所用代码:**[github](https://github.com/FleyX/demo-project/tree/master/spring-boot/log-demo) # 前言 @@ -263,3 +262,6 @@ appender 也是子节点之一,将会在后面说明。 # 结束   日志打印可以很复杂, 这里只是说明了常用的 logback 配置,代码详见:[github](https://github.com/FleyX/demo-project/tree/master/spring-boot/log-demo) + + +**本文原创发布于:**[http://www.tapme.top/blog/detail/2019-03-21-10-38](http://www.tapme.top/blog/detail/2019-03-20-10-38) \ No newline at end of file