From 72f6e0bbc87a932c21ed7efd6db0f837dfed36e4 Mon Sep 17 00:00:00 2001 From: limqhz Date: Mon, 13 Jul 2020 10:31:25 +0800 Subject: [PATCH] =?UTF-8?q?netty-=E4=BF=AE=E6=94=B9=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- netty-pad/src/main/resources/logback.xml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/netty-pad/src/main/resources/logback.xml b/netty-pad/src/main/resources/logback.xml index e7fb94d..c829def 100644 --- a/netty-pad/src/main/resources/logback.xml +++ b/netty-pad/src/main/resources/logback.xml @@ -1,7 +1,7 @@ - + @@ -37,6 +37,25 @@ + + ${LOG_HOME}/connection.log + + ERROR + + + ${LOG_HOME}/connection-%d{yyyy-MM-dd}.log + + + + %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{50} - %msg%n + + + + + + +