From 65eb8e7c43d657fbf6855c9119fc973acecdee52 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 23 Feb 2021 15:10:23 +0100 Subject: [PATCH] :sparkles: Minor changes on logging config files. --- backend/resources/log4j2-bundle.xml | 13 ++++--------- backend/resources/log4j2.xml | 13 +++++++------ backend/src/app/http/awsns.clj | 2 +- 3 files changed, 12 insertions(+), 16 deletions(-) diff --git a/backend/resources/log4j2-bundle.xml b/backend/resources/log4j2-bundle.xml index 7f6a243ab..8ebe2de44 100644 --- a/backend/resources/log4j2-bundle.xml +++ b/backend/resources/log4j2-bundle.xml @@ -7,20 +7,15 @@ - - - - - - - + + - + - + diff --git a/backend/resources/log4j2.xml b/backend/resources/log4j2.xml index 5b2a91a2a..03371fc15 100644 --- a/backend/resources/log4j2.xml +++ b/backend/resources/log4j2.xml @@ -20,9 +20,10 @@ - - - + + + + @@ -34,11 +35,11 @@ - + - - + + diff --git a/backend/src/app/http/awsns.clj b/backend/src/app/http/awsns.clj index 8a776477d..ea47131ce 100644 --- a/backend/src/app/http/awsns.clj +++ b/backend/src/app/http/awsns.clj @@ -184,7 +184,7 @@ (defn- process-report [cfg {:keys [type profile-id] :as report}] - (log/debug (str "procesing report:\n" (pprint-report report))) + (log/trace (str "procesing report:\n" (pprint-report report))) (cond ;; In this case we receive a bounce/complaint notification without ;; confirmed identity, we just emit a warning but do nothing about