Since info is now always displayed, move this message to debug instead

This commit is contained in:
Alexandre Aubin 2018-08-02 16:28:16 +02:00
parent 3bd14aa6fd
commit c069f8621c

View file

@ -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 = "<strong>" + m18n.n('log_link_to_failed_log',