Private
Public Access
1
0

Perf optimizations, recommended by o3

This commit is contained in:
2025-06-12 18:09:58 -07:00
parent 2f4e9b7c07
commit 930f905efc
3 changed files with 98 additions and 27 deletions

View File

@@ -19,7 +19,7 @@ fn initialize_logging() {
.unwrap_or(LevelFilter::Info);
env_logger::Builder::from_default_env()
.format_timestamp_secs()
.format_timestamp_millis()
.filter_level(log_level)
.init();
}