mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Temporary make wkhtmltopdf more verbose
This commit is contained in:
parent
460cfc96e2
commit
487c088ab7
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user