Loading template-commands/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 template-commands/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 template-view/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 template-view/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
template-commands/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
template-commands/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
template-view/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
template-view/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