Loading src/main/resources/application.properties +4 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,10 @@ server.port=port server.context-path=/api server.servlet-path=/path logging.level.root=error logging.level.org.springframework=error spring.profiles.active=@spring.profiles.active@ logging.level.root=info logging.level.org.springframework=info logging.level.es.redmic=info #Exclude from autoconfigure Loading src/main/resources/log4j2.properties +1 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,6 @@ appender.console.name = STDOUT appender.console.layout.type = PatternLayout appender.console.layout.pattern = [%-5level] %d{yyyy-MM-dd HH:mm:ss.SSS} [%t] %c{1} - %msg%n rootLogger.level = debug rootLogger.level = error rootLogger.appenderRefs = stdout rootLogger.appenderRef.stdout.ref = STDOUT src/test/resources/logback-test.xml 0 → 100644 +6 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <configuration> <include resource="org/springframework/boot/logging/logback/base.xml" /> <root level="ERROR"> </root> </configuration> No newline at end of file Loading
src/main/resources/application.properties +4 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,10 @@ server.port=port server.context-path=/api server.servlet-path=/path logging.level.root=error logging.level.org.springframework=error spring.profiles.active=@spring.profiles.active@ logging.level.root=info logging.level.org.springframework=info logging.level.es.redmic=info #Exclude from autoconfigure Loading
src/main/resources/log4j2.properties +1 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,6 @@ appender.console.name = STDOUT appender.console.layout.type = PatternLayout appender.console.layout.pattern = [%-5level] %d{yyyy-MM-dd HH:mm:ss.SSS} [%t] %c{1} - %msg%n rootLogger.level = debug rootLogger.level = error rootLogger.appenderRefs = stdout rootLogger.appenderRef.stdout.ref = STDOUT
src/test/resources/logback-test.xml 0 → 100644 +6 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <configuration> <include resource="org/springframework/boot/logging/logback/base.xml" /> <root level="ERROR"> </root> </configuration> No newline at end of file