mirror of
https://github.com/certbot/certbot.git
synced 2026-01-24 19:22:07 +03:00
-n implies -t for logging
This commit is contained in:
@@ -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