Enable tracing to debug. (#80)
This commit is contained in:
parent
7c8287ee35
commit
6e0e85272d
|
@ -18,10 +18,12 @@ async fn main() -> anyhow::Result<()> {
|
|||
env_logger::init();
|
||||
|
||||
// Disable tracing so we don't get a bunch of Quinn spam.
|
||||
/* TODO disable again after debugging
|
||||
let tracer = tracing_subscriber::FmtSubscriber::builder()
|
||||
.with_max_level(tracing::Level::WARN)
|
||||
.finish();
|
||||
tracing::subscriber::set_global_default(tracer).unwrap();
|
||||
*/
|
||||
|
||||
let config = Config::parse();
|
||||
|
||||
|
|
Loading…
Reference in New Issue