This is a logfile to help you understand how dexy has processed your files and to assist with troubleshooting.
The total elapsed time for batch {{ batch_id }} was {{ "%0.2f" % batch_info.elapsed }} ({{ "%0.2f" % (float(batch_info.elapsed)/60)}} minutes).
{% if hasattr(wrapper, 'doc_config') -%}This is the configuration which was used for this run:
{% for k, v in wrapper.doc_config.iteritems() -%} Directory {{ k }}: {{ v }} {% endfor -%}{% endif -%}
{% for k, v in doc.args.iteritems() -%}
{% if not k in ('wrapper', 'contents') -%}
{% if isinstance(v, dict) -%}
{{ k }}:
{% for kk, vv in v.iteritems() -%}
{{ kk }}: {{ vv }}
{% endfor -%}
{% else -%}
{{ k }}: {{ v }}
{% endif -%}
{% endif -%}
{% endfor -%}
{% if len(doc.inputs) > 0 %}
Key | Link | Elapsed | Run Type | Sections |
---|---|---|---|---|
{{ a.key }} | {{ a.output_data.storage.data_file() }} | {{ "%0.4f" % a.elapsed }} | {{ a.content_source }} |
{% if hasattr(a.output_data, 'keys') -%}
{% for k in a.output_data.keys() -%}
{{ k }} {% endfor -%} {% endif -%} |
{{ a.key }} stdout
{{ a.stdout }} {% endif -%} {% endfor -%}{{ doc.logstream.getvalue() }}