save experimentation

This commit is contained in:
2025-11-17 11:32:56 -05:00
parent 83c1cc82b6
commit 706ca62552
10 changed files with 246 additions and 17 deletions

View File

@@ -10,6 +10,7 @@ use std::io::Write;
use std::sync::Mutex;
pub fn init() {
info!{"configure logger"}
configure_logger();
handle_events();
}