Temporary make wkhtmltopdf more verbose

This commit is contained in:
Ivan Blinkov 2020-03-31 15:20:03 +03:00 committed by GitHub
parent 460cfc96e2
commit 487c088ab7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -249,7 +249,7 @@ def build_single_page_version(lang, args, cfg):
create_pdf_command = [
'wkhtmltopdf',
'--print-media-type',
'--log-level', 'warn',
# TODO: restore '--log-level', 'w',
f'http://localhost:{port_for_pdf}/single/', single_page_pdf
]
try: