fix console subscriber
This commit is contained in:
parent
2007085fc0
commit
77fde7275a
@ -174,7 +174,7 @@ fn main() -> anyhow::Result<()> {
|
|||||||
let registry = registry.with(
|
let registry = registry.with(
|
||||||
console_subscriber::ConsoleLayer::builder()
|
console_subscriber::ConsoleLayer::builder()
|
||||||
.retention(Duration::from_secs(60))
|
.retention(Duration::from_secs(60))
|
||||||
.init(),
|
.spawn(),
|
||||||
);
|
);
|
||||||
|
|
||||||
registry
|
registry
|
||||||
|
Loading…
Reference in New Issue
Block a user