File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 159
159
<version >1.3</version >
160
160
<scope >test</scope >
161
161
</dependency >
162
+ <dependency >
163
+ <groupId >com.spotify</groupId >
164
+ <artifactId >logging</artifactId >
165
+ <version >2.1.0</version >
166
+ <scope >test</scope >
167
+ </dependency >
162
168
</dependencies >
163
169
164
170
<build >
Original file line number Diff line number Diff line change
1
+ <configuration >
2
+
3
+ <appender name =" STDOUT" class =" ch.qos.logback.core.ConsoleAppender" >
4
+ <!-- encoders are assigned the type
5
+ ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->
6
+ <encoder >
7
+ <pattern >%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern >
8
+ </encoder >
9
+ </appender >
10
+
11
+ <root level =" warn" >
12
+ <appender-ref ref =" STDOUT" />
13
+ </root >
14
+
15
+ </configuration >
You can’t perform that action at this time.
0 commit comments