diff options
Diffstat (limited to 'test-apis-ci/src/main/resources')
-rw-r--r-- | test-apis-ci/src/main/resources/logback.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-apis-ci/src/main/resources/logback.xml b/test-apis-ci/src/main/resources/logback.xml index 4723bc24cb..4b5e23c776 100644 --- a/test-apis-ci/src/main/resources/logback.xml +++ b/test-apis-ci/src/main/resources/logback.xml @@ -15,9 +15,9 @@ </encoder> </appender> - <logger name="com.memorynotfound" level="TRACE"/> + <logger name="com.memorynotfound" level="INFO"/> - <root level="DEBUG"> + <root level="INFO"> <appender-ref ref="STDOUT" /> <appender-ref ref="FILE" /> </root> |