diff options
author | MatthieuGeerebaert <matthieu.geerebaert@orange.com> | 2019-03-06 11:44:52 +0100 |
---|---|---|
committer | MatthieuGeerebaert <matthieu.geerebaert@orange.com> | 2019-03-06 12:19:31 +0100 |
commit | ea0c457917a9c6a2f53c0896a69ca132aa6ca9e8 (patch) | |
tree | 752cb310ea7a346ab75b0cbedcd09b41a26c0ac3 /src/test/resources/logback-test.xml | |
parent | c28c83fbe81f11ba5b636da29f969b72d58df9b5 (diff) |
Reduce log output
At startup and testing phase
Disable spring logging
Change-Id: Ia357e8528a57204be34be94e45a745380de49653
Issue-ID: EXTAPI-207
Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
Diffstat (limited to 'src/test/resources/logback-test.xml')
-rw-r--r-- | src/test/resources/logback-test.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/test/resources/logback-test.xml b/src/test/resources/logback-test.xml new file mode 100644 index 0000000..342220f --- /dev/null +++ b/src/test/resources/logback-test.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + + Copyright (c) 2019 Orange + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--> +<configuration> + <include resource="org/springframework/boot/logging/logback/base.xml"/> + <logger level="OFF" name="org.springframework"/> +</configuration>
\ No newline at end of file |