chenweida 7 anni fa
parent
commit
2910f210d4

+ 3 - 1
patient-co/patient-co-wlyy/src/main/resources/logback.xml

@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
	<include resource="org/springframework/boot/logging/logback/base.xml"/>
	<jmxConfigurator/>
	<appender name="console" class="ch.qos.logback.core.ConsoleAppender">
		<encoder>
			<pattern>%date{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
@ -75,7 +77,7 @@
	</logger>
	<root level="WARN">
		<appender-ref ref="console" />
		<!--<appender-ref ref="console" />-->
		<appender-ref ref="rollingFile" />
	</root>
</configuration>