Mercurial > libervia-backend
changeset 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 | 0408df45ebe7 |
children | 730bbed77a89 |
files | sat/core/xmpp.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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