Skip to content
Snippets Groups Projects
Commit 6382ec11 authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Improved logging.

parent 48b003a2
No related branches found
No related tags found
No related merge requests found
......@@ -168,8 +168,8 @@ if __name__ == '__main__':
filename = group[0].parent.joinpath(filename)
# log simulation name, time span and files
LOGGER.info('Aggregating simulation: {}, Time span: {}'
.format(sim, '-'.join([y_min, y_max])))
LogConfig.init_log('Aggregating simulation: {}, Time span: {}'
.format(sim, '-'.join([y_min, y_max])))
LOGGER.info(('\n ' + (len(__name__) + 1) * ' ').join(
['{}'.format(file) for file in group]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment