use debugfile config-param

This commit is contained in:
Thor77 2015-07-13 21:10:00 +02:00
parent 8eb01fdc50
commit 8ac3fa8c5b
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ def main():
log_path, output_path, debug, debug_file = parse_config(config_path) log_path, output_path, debug, debug_file = parse_config(config_path)
render_template(parse_logs(log_path, ident_map=id_map), output=output_path, debug=debug) render_template(parse_logs(log_path, ident_map=id_map, file_log=debug_file), output=output_path, debug=debug)
if __name__ == '__main__': if __name__ == '__main__':
main() main()