mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
Enable logs
This commit is contained in:
parent
f2905a1474
commit
a0cc5f5c64
1 changed files with 2 additions and 0 deletions
|
|
@ -61,6 +61,8 @@ def _execute_build(
|
|||
process_output: List[str] = []
|
||||
for line in process.stdout:
|
||||
process_output.append(line)
|
||||
print(f"${target}:${line}")
|
||||
sys.stdout.flush()
|
||||
_extract_state(target, line, status)
|
||||
|
||||
if any(state for state in status[target].values() if state == 'Chroot problem'):
|
||||
|
|
|
|||
Loading…
Reference in a new issue