From 03b548b917a96f4abf454cad8a9f3cccacddcf06 Mon Sep 17 00:00:00 2001 From: Marcos Reyes <59033058+marcosreyes05@users.noreply.github.com> Date: Fri, 7 Feb 2020 16:16:43 -0600 Subject: [PATCH] Reducing verbosity by setting log level to INFO in samples and tests (#221) * Reducing verbosity in logs by setting log level to INFO in examples and tests * Reducing verbosity in logs by setting log level to INFO in examples and tests * Delete application.properties * Delete application.properties Co-authored-by: Artur Souza --- examples/src/main/resources/logback.xml | 11 +++++++++++ sdk-tests/src/test/resources/logback.xml | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 examples/src/main/resources/logback.xml create mode 100644 sdk-tests/src/test/resources/logback.xml diff --git a/examples/src/main/resources/logback.xml b/examples/src/main/resources/logback.xml new file mode 100644 index 000000000..32b69a260 --- /dev/null +++ b/examples/src/main/resources/logback.xml @@ -0,0 +1,11 @@ + + + + %d {HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n + + + + + + + \ No newline at end of file diff --git a/sdk-tests/src/test/resources/logback.xml b/sdk-tests/src/test/resources/logback.xml new file mode 100644 index 000000000..32b69a260 --- /dev/null +++ b/sdk-tests/src/test/resources/logback.xml @@ -0,0 +1,11 @@ + + + + %d {HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n + + + + + + + \ No newline at end of file