fix feature flags

This commit is contained in:
Conrad Ludgate
2024-01-16 16:01:02 +00:00
parent a1cc1a6373
commit e108ba8904

View File

@@ -28,7 +28,7 @@ pub async fn init() -> anyhow::Result<LoggingGuard> {
let reg = tracing_subscriber::registry();
#[cfg(feature = "tokio-console")]
#[cfg(all(tokio_unstable, feature = "tokio-console"))]
let reg = reg.with(console_subscriber::spawn());
reg.with(env_filter)