mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:11:55 +02:00
Adjusting logging level of certain messages
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ class Reporter(object):
|
||||
"""
|
||||
assert self.HIGH_PRIORITY <= priority <= self.LOW_PRIORITY
|
||||
self.messages.put(self._msg_type(priority, msg, on_crash))
|
||||
logger.info("Reporting to user: %s", msg)
|
||||
logger.debug("Reporting to user: %s", msg)
|
||||
|
||||
def atexit_print_messages(self, pid=None):
|
||||
"""Function to be registered with atexit to print messages.
|
||||
|
||||
Reference in New Issue
Block a user