Changed Default Log Level to INFO
for the Simulation Logging
#1843
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR aims to change the default log level to
INFO
and compare the changes with this setting for the simulation. Implementation for #1839.Description
The default log level for the simulation logging is
CRITICAL
at the moment. This PR aims for change that toINFO
wrt to Issue #1839. The intended change would show more information when the simulation is running & status of the simulation.Motivation and context
Intended change for imparting more information to the user when the simulation is running.
But with this change in place, the intended usage of the Convergence Plots and Progress Bars is defeated. As more logs are outputted when the simulation is run, Jupyter notebook tends to scroll downwards and hence plots and progress bars cannot be scene. Also, scrolling when plots and logs are being output, it becomes buggy and slow. For more information check the video attached to compare the difference with this change and the original way of the log settings.
How has this been tested?
Type of change
Checklist
Original Log Level set to
CRITICAL
Critical_log_level.mp4
Changes after setting the Log Level to
INFO
Info_log_level.mp4