From 45ad836a234fc0086dcf2608aeae546ad6ffdbd6 Mon Sep 17 00:00:00 2001 From: lmm <3386165318@qq.com> Date: 星期二, 16 七月 2024 08:41:23 +0800 Subject: [PATCH] 回退 --- platformx-demo-biz/src/main/resources/logback-spring.xml | 26 +++++++++++++++++++++++++- 1 files changed, 25 insertions(+), 1 deletions(-) diff --git a/platformx-demo-biz/src/main/resources/logback-spring.xml b/platformx-demo-biz/src/main/resources/logback-spring.xml index d8a813c..aa7b427 100644 --- a/platformx-demo-biz/src/main/resources/logback-spring.xml +++ b/platformx-demo-biz/src/main/resources/logback-spring.xml @@ -1,5 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- + ~ Copyright (c) 2018-2025, platformx All rights reserved. + ~ + ~ Redistribution and use in source and binary forms, with or without + ~ modification, are permitted provided that the following conditions are met: + ~ + ~ Redistributions of source code must retain the above copyright notice, + ~ this list of conditions and the following disclaimer. + ~ Redistributions in binary form must reproduce the above copyright + ~ notice, this list of conditions and the following disclaimer in the + ~ documentation and/or other materials provided with the distribution. + ~ Neither the name of the pig4cloud.com developer nor the names of its + ~ contributors may be used to endorse or promote products derived from + ~ this software without specific prior written permission. + ~ Author: platformx + --> + +<!-- 灏忔妧宸�: 鍦ㄦ牴pom閲岄潰璁剧疆缁熶竴瀛樻斁璺緞锛岀粺涓�绠$悊鏂逛究缁存姢 <properties> <log-path>/Users/platformx</log-path> @@ -62,9 +79,16 @@ <logger name="com.alibaba.nacos" level="OFF"> <appender-ref ref="error"/> </logger> + + <!--AJ 楠岃瘉鐮両NFO 灞忚斀--> + <logger name="com.anji.captcha" level="OFF"> + <appender-ref ref="error"/> + </logger> + <!-- Level: FATAL 0 ERROR 3 WARN 4 INFO 6 DEBUG 7 --> <root level="INFO"> <appender-ref ref="console"/> <appender-ref ref="debug"/> + <appender-ref ref="error"/> </root> -</configuration> +</configuration> \ No newline at end of file -- Gitblit v1.9.1