Add timestamp to SimRequest #140

Merged
muellerr merged 8 commits from add-timestamp-to-sim-request into main 2024-05-08 14:58:14 +02:00
139 changed files with 9212 additions and 52473 deletions
Showing only changes of commit 972bf19188 - Show all commits

View File

@ -102,7 +102,8 @@ fn main() {
.chain(std::io::stdout())
.chain(fern::log_file("output.log").expect("could not open log output file"))
// Apply globally
.apply().expect("could not apply logger configuration");
.apply()
.expect("could not apply logger configuration");
log::info!("starting simulation thread");
// This thread schedules the simulator.