remove explict retention
This commit is contained in:
parent
77fde7275a
commit
8a1c99229c
@ -171,11 +171,7 @@ fn main() -> anyhow::Result<()> {
|
|||||||
let registry = tracing_subscriber::registry();
|
let registry = tracing_subscriber::registry();
|
||||||
|
|
||||||
#[cfg(feature = "tokio_console")]
|
#[cfg(feature = "tokio_console")]
|
||||||
let registry = registry.with(
|
let registry = registry.with(console_subscriber::spawn());
|
||||||
console_subscriber::ConsoleLayer::builder()
|
|
||||||
.retention(Duration::from_secs(60))
|
|
||||||
.spawn(),
|
|
||||||
);
|
|
||||||
|
|
||||||
registry
|
registry
|
||||||
.with(
|
.with(
|
||||||
|
Loading…
Reference in New Issue
Block a user