File tree Expand file tree Collapse file tree
org.hl7.fhir.publisher.cli/src/main/resources
org.hl7.fhir.publisher.core/src/test/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<configuration >
22 <statusListener class =" ch.qos.logback.core.status.NopStatusListener" />
33 <!-- CLI logback config -->
4- <!-- TODO: this isn't being picked up in JAR creation. It should be overwriting the core config, but is not -->
54 <appender name =" STDOUT" class =" ch.qos.logback.core.ConsoleAppender" >
65 <encoder >
76 <pattern >%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} [%file:%line] %msg%n</pattern >
Original file line number Diff line number Diff line change 1+ <configuration >
2+ <appender name =" STDOUT" class =" ch.qos.logback.core.ConsoleAppender" >
3+ <encoder >
4+ <pattern >%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} [%file:%line] %msg%n</pattern >
5+ </encoder >
6+ </appender >
7+
8+ <root level =" info" >
9+ <appender-ref ref =" STDOUT" />
10+ </root >
11+
12+ </configuration >
You can’t perform that action at this time.
0 commit comments