logging
This commit is contained in:
parent
e79f6ba0e3
commit
76b720b0a2
3 changed files with 9 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue