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