mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 17:32:56 +00:00
fix feature flags
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user