This commit is contained in:
Tao Tien 2026-01-08 23:58:26 -08:00
parent e79f6ba0e3
commit 76b720b0a2
3 changed files with 9 additions and 0 deletions

View file

@ -17,6 +17,11 @@ enum Mode {
}
fn main() {
tracing_subscriber::fmt()
.with_writer(std::io::stderr)
.with_env_filter("warn,jong=trace")
.init();
let args = Args::parse();
let mut app = App::new();