Add context debug in export
parent
1b1de3b5b9
commit
cadb53e3b4
|
@ -17,6 +17,7 @@ def generate_outfile(
|
|||
# Template rendering
|
||||
# -------------------------------------------------------------------------
|
||||
log.info("Generating SVG using '{}' template".format(templatename))
|
||||
log.debug("Context : {}".format(context))
|
||||
|
||||
log.debug(
|
||||
"Initializing jinja2 with template dir '{}'" \
|
||||
|
|
Loading…
Reference in New Issue