greenelab/cimr

Add date and time in log?

dongbohu opened this issue · 1 comments

cimr generates a lot of log messages in this format:

INFO:root: ...

When the submitted data file is big, or the number of yaml files to process is large, it will help the user (and us) to get a good idea on when data processing will be done if the date/time is included in each log message. The format could be:

INFO:root: Fri Aug 23 10:51:23 EDT 2019: ...

or:

Fri Aug 23 10:51:23 EDT 2019: INFO:root: ...
ypar commented

this has been addressed in this pr