Revert "Enable tracing to debug. (#80)"
This reverts commit 6e0e85272d
.
This commit is contained in:
parent
80fd13a9dc
commit
43a2ed15d4
|
@ -18,12 +18,10 @@ 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