diff options
author | Yuli Shlosberg <ys9693@att.com> | 2017-11-26 19:05:23 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-11-27 08:49:27 +0000 |
commit | 0566f581c0f310384f42838c388f57234ed1d60e (patch) | |
tree | dd782da7ebd4ce591876865a564b9c1f65eb5e66 /test-apis-ci/src/main/resources | |
parent | 4d8033eeb036943c05b3a5752b8f4cd4d705272f (diff) |
sync 1.1.0 to master
Change-Id: I6e040f039895dd2ced55f95824473946b226fb5d
Issue-ID: SDC-707
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
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> |