mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 00:00:44 +02:00
-n implies -t for logging
This commit is contained in:
+1
-1
@@ -1389,7 +1389,7 @@ def setup_log_file_handler(config, logfile, fmt):
|
||||
|
||||
|
||||
def _cli_log_handler(config, level, fmt):
|
||||
if config.text_mode:
|
||||
if config.text_mode or config.noninteractive_mode:
|
||||
handler = colored_logging.StreamHandler()
|
||||
handler.setFormatter(logging.Formatter(fmt))
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user