-
Notifications
You must be signed in to change notification settings - Fork 268
Reduce number of log messages when run with default settings #1450
Copy link
Copy link
Open
Labels
Component: MainComposing the core Shadow executableComposing the core Shadow executableType: MaintenanceRefactoring, cleanup, documenation, or process improvementsRefactoring, cleanup, documenation, or process improvements
Description
Shadow runs with a default log level of "info", which can lead to a large number of log messages. We should consider increasing the default log level so that we print fewer log messages by default.
The user can use the general.heartbeat_info option to have Shadow print periodic messages to show that Shadow is still running and not stuck. The general heartbeat messages currently log usage stats, but if we implement #1399, we can reuse these general heartbeat messages to log the simulation progress (current-time, current-simulation-time, % (based on current-sim-time/stop-time)).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component: MainComposing the core Shadow executableComposing the core Shadow executableType: MaintenanceRefactoring, cleanup, documenation, or process improvementsRefactoring, cleanup, documenation, or process improvements