PardeeCenterDU / IFs-Issues-Tracking

This repository only holds the list of bugs that have been reported for IFs. Anyone may add a bug report, but please look to see if your issue has already been added!
2 stars 0 forks source link

adding lines into the log file #313

Closed quciet closed 4 weeks ago

quciet commented 1 month ago

Currently, the log file won't tell the users if a model run is successfully saved. I'm requesting lines to be added to the log file (the Model-CLI log file) so that the user can tell if a model run is finished.

Thanks much in advance!

quciet commented 4 weeks ago

As in IFs 8.25, two new log lines have been added now, one before, one after saving all dataframes.

The lines looks like these:

2024-05-31 12:25:17.4278 DEBUG qsdqsqsdqsdqsdqs System.Diagnostics.TraceInternal.WriteLine Before Save All Dataframes 2024-05-31 12:25:33.1843 DEBUG qsdqsqsdqsdqsdqs System.Diagnostics.TraceInternal.WriteLine After Save All Dataframes

So you could search for “After Save All Dataframes” to see if model run is complete.