File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ object Dependencies {
47
47
" io.circe" %% " circe-core" % CirceVersion ,
48
48
" io.circe" %% " circe-generic" % CirceVersion ,
49
49
" io.circe" %% " circe-generic-extras" % CirceVersion ,
50
- " io.circe" %% " circe-parser" % CirceVersion ,
51
50
" io.circe" %% " circe-optics" % CirceVersion
52
51
)
53
52
)
Original file line number Diff line number Diff line change 3
3
4
4
<appender name =" STDOUT" class =" ch.qos.logback.core.ConsoleAppender" >
5
5
<encoder >
6
- <!-- <pattern>%date %highlight(%level) [%logger{0}/%thread] %message%n%xException</pattern>-->
7
- <pattern >%date %highlight(%level) %logger{3} [%thread] %message%n%xException</pattern >
6
+ <pattern >%date %highlight(%level) %logger{3} [%thread][%X] %message%n%xException</pattern >
8
7
</encoder >
9
8
</appender >
10
9
You can’t perform that action at this time.
0 commit comments