Mercurial > libervia-backend
diff sat/core/xmpp.py @ 3059:aa728dc7b0ce
core: `history is skipped as requested` log message is now at debug level
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 18 Oct 2019 14:36:46 +0200 |
parents | 691283719bb2 |
children | c3ce8c997fdf |
line wrap: on
line diff
--- a/sat/core/xmpp.py Wed Oct 16 08:39:52 2019 +0200 +++ b/sat/core/xmpp.py Fri Oct 18 14:36:46 2019 +0200 @@ -1085,7 +1085,7 @@ def addToHistory(self, data): if data.pop("history", None) == C.HISTORY_SKIP: - log.info("history is skipped as requested") + log.debug("history is skipped as requested") data["extra"]["history"] = C.HISTORY_SKIP else: if data["message"] or data["subject"]: # we need a message to store