mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
get more info
This commit is contained in:
parent
a1d0334a0a
commit
b81091dee4
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ def set_up():
|
|||
:rtype: `tuple` of `list`
|
||||
|
||||
"""
|
||||
logging.basicConfig(format='%(message)s', level=logging.INFO)
|
||||
logging.basicConfig(format='%(message)s', level=logging.DEBUG)
|
||||
config_dir, logs_dir, work_dir, nginx_dir = set_up_dirs()
|
||||
command = set_up_command(config_dir, logs_dir, work_dir, nginx_dir)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue