From c069f8621c324aedf95ffacb611d57f8f168964d Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 2 Aug 2018 16:28:16 +0200 Subject: [PATCH] Since info is now always displayed, move this message to debug instead --- src/yunohost/log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yunohost/log.py b/src/yunohost/log.py index f098e523d..cbde6ab9e 100644 --- a/src/yunohost/log.py +++ b/src/yunohost/log.py @@ -412,7 +412,7 @@ class UnitOperation(object): msg = m18n.n('log_link_to_log', name=self.name, desc=desc) else: msg = m18n.n('log_help_to_get_log', name=self.name, desc=desc) - logger.info(msg) + logger.debug(msg) else: if is_api: msg = "" + m18n.n('log_link_to_failed_log',