From 630453d49ae7eabac04917aa63b44a031496d924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=99=BD=E4=B8=8E=E5=AD=9F=E6=B5=A9=E7=84=B6?= <1063889643@qq.com> Date: Mon, 11 Sep 2023 10:35:41 +0800 Subject: [PATCH 1/3] =?UTF-8?q?+=20=E6=9B=B4=E6=94=B9=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E4=BD=8D=E7=BD=AEissue=EF=BC=9Ahttps://gitee?= =?UTF-8?q?.com/code-poison/git-manager-client-fx/issues/I806PC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/logback.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index 582a55f..3566394 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -13,7 +13,7 @@ - + -- Gitee From a35e18b58863f27876949eb79b9ff44fa73689c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=99=BD=E4=B8=8E=E5=AD=9F=E6=B5=A9=E7=84=B6?= <1063889643@qq.com> Date: Mon, 11 Sep 2023 10:37:52 +0800 Subject: [PATCH 2/3] =?UTF-8?q?+=20=E6=9B=B4=E6=94=B9=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E4=BD=8D=E7=BD=AEissue=EF=BC=9AI806PC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/logback.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index 3566394..3db96d3 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -13,7 +13,7 @@ - + -- Gitee From 1b9212f1cce6e945d49498374601908077257561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=99=BD=E4=B8=8E=E5=AD=9F=E6=B5=A9=E7=84=B6?= <1063889643@qq.com> Date: Mon, 11 Sep 2023 10:40:21 +0800 Subject: [PATCH 3/3] =?UTF-8?q?+=20=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=EF=BC=9AI806PQ?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/light/LogApplication.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main/java/com/light/LogApplication.java b/src/main/java/com/light/LogApplication.java index 9681448..da176e6 100644 --- a/src/main/java/com/light/LogApplication.java +++ b/src/main/java/com/light/LogApplication.java @@ -20,11 +20,6 @@ public class LogApplication { COMMON_LOGGER.info("这是common的info日志"); COMMON_LOGGER.warn("这是common的warn日志"); COMMON_LOGGER.debug("这是common的debug日志"); - /*Thread thread = new Thread(()->{ - LOGGER.info("看看我是哪里打印出来的info"); - LOGGER.warn("看看我是哪里打印出来的warn"); - },"我有一个很长的名字"); - thread.start();*/ } } -- Gitee