File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ application-local.yml
8
8
application-test.yml
9
9
kafka-keystore.jks
10
10
kafka-truststore.jks
11
- logback-spring.xml
12
11
13
12
# ## STS ###
14
13
.apt_generated
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <configuration scan =" true" scanPeriod =" 30 seconds" >
3
+ <property name =" moduleId" value =" around_hub_spring_boot" />
4
+ <property name =" type" value =" around_hub" />
5
+ <property name =" logback" value =" logback" />
6
+ <property name =" logdir" value =" D:\Workspace\LogFiles" />
7
+
8
+ <appender name =" console" class =" ch.qos.logback.core.ConsoleAppender" >
9
+ <filter class =" ch.qos.logback.classic.filter.ThresholdFilter" >
10
+ <level >DEBUG</level >
11
+ </filter >
12
+ <encoder >
13
+ <pattern >%green([%d{yyyy-MM-dd HH:mm:ss.SSS}]) %magenta([%-5level]) %highlight([%thread]) %cyan(%logger{30}) %yellow(%msg%n) </pattern >
14
+ </encoder >
15
+ </appender >
16
+
17
+ <root level =" DEBUG" > <!-- DEBUG, INFO -->
18
+ <appender-ref ref =" console" />
19
+ </root >
20
+ </configuration >
You can’t perform that action at this time.
0 commit comments