

emr_demo
@ 2
emr_demo / web_emr - Copy / src / main / resources / logback-spring.xml
1 2 3 4 5 6 7 8 9 10 11 |
<?xml version="1.0" encoding="UTF-8"?> <configuration> <include resource="org/springframework/boot/logging/logback/defaults.xml"/> <include resource="org/springframework/boot/logging/logback/console-appender.xml"/> <root level="INFO"> <appender-ref ref="CONSOLE"/> </root> <logger name="org.zerhusen" level="DEBUG"/> </configuration> |
Commits for emr_demo/web_emr - Copy/src/main/resources/logback-spring.xml
Revision | Author | Commited | Message |
---|---|---|---|
2 |
![]() |
Thu 11 Oct, 2018 04:44:08 +0000 | initial commit |