We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46b187 commit aa13870Copy full SHA for aa13870
1 file changed
src/logging.rs
@@ -537,8 +537,10 @@ pub fn run_human_handler(rx: broadcast::Receiver<Event>) -> std::thread::JoinHan
537
zone.redraw(&active_ids, &requests);
538
}
539
Event::Stopped => {
540
+ let timestamp = Local::now().format("%H:%M:%S%.3f");
541
+ zone.print_permanent(&format!("{timestamp} cu l8r"));
542
zone.clear();
- println!("cu l8r </http-nu>");
543
+ println!("</http-nu>");
544
545
Event::StopTimedOut => {
546
zone.print_permanent("stop timed out, forcing exit");
0 commit comments