Merge pull request #9947 from Maiklins/Java-1462-Reduce-logging-api-gateway-spring-boot-springdoc-spring-zuul-rate-limiting-hibernate-ogm-jpa-hibernate-cascade-type

Reduce logging - Modules api-gateway, spring-boot-springdoc, spring-z…
This commit is contained in:
Dhawal Kapil
2020-08-31 20:36:37 +05:30
committed by GitHub
7 changed files with 62 additions and 1 deletions
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true" scanPeriod="15 seconds" debug="false">
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>[%d{ISO8601}]-[%thread] %-5level %logger - %msg%n</pattern>
</encoder>
</appender>
<root level="WARN">
<appender-ref ref="STDOUT" />
</root>
</configuration>
@@ -0,0 +1 @@
logging.level.root=ERROR
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true" scanPeriod="15 seconds" debug="false">
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>[%d{ISO8601}]-[%thread] %-5level %logger - %msg%n</pattern>
</encoder>
</appender>
<root level="WARN">
<appender-ref ref="STDOUT" />
</root>
</configuration>