You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jeannepellerin reported that users wanted logs that were closer to what they're used to.
There was a proposition (@rrsettgast@castelletto1) to store all the log information into an hdf5 file.
Therefore, no information is lost and any program is able to extract the information and transform it into the desired format as a post-processing step.
As such, only a minimal amount of log is required on screen. Hopefully, everyone can benefit from it.
If we still want live logs, if we use the TimeHistory feature to gather the information, we can maybe implement a derived class that could dump some information on screen, while still saving the data in hdf5. That way, we could have more loquacious logs if needed.
We could have different flavours of those derived classes, depending on what the user wants (engineer, HPC scientist...).
Since all the data are stored, no need to parse the logs.
Note also that we may have issues with some logs systems of some of our TPLs which we do not all control.
Blocked by #2289 since we cannot store all kinds of data yet.
The text was updated successfully, but these errors were encountered:
@jeannepellerin reported that users wanted logs that were closer to what they're used to.
There was a proposition (@rrsettgast @castelletto1) to store all the log information into an
hdf5
file.Therefore, no information is lost and any program is able to extract the information and transform it into the desired format as a post-processing step.
As such, only a minimal amount of log is required on screen. Hopefully, everyone can benefit from it.
If we still want live logs, if we use the
TimeHistory
feature to gather the information, we can maybe implement a derived class that could dump some information on screen, while still saving the data inhdf5
. That way, we could have more loquacious logs if needed.We could have different flavours of those derived classes, depending on what the user wants (engineer, HPC scientist...).
Since all the data are stored, no need to parse the logs.
Note also that we may have issues with some logs systems of some of our TPLs which we do not all control.
Blocked by #2289 since we cannot store all kinds of data yet.
The text was updated successfully, but these errors were encountered: