mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 10:33:47 +01:00
fix: remove pretty from fmt_layer
Co-authored-by: dai <72147841+daimond113@users.noreply.github.com>
This commit is contained in:
parent
d61f77c60b
commit
9900abf501
1 changed files with 0 additions and 1 deletions
|
@ -191,7 +191,6 @@ async fn run() -> anyhow::Result<()> {
|
||||||
.add_directive("h2=info".parse().unwrap());
|
.add_directive("h2=info".parse().unwrap());
|
||||||
|
|
||||||
let fmt_layer = tracing_subscriber::fmt::layer()
|
let fmt_layer = tracing_subscriber::fmt::layer()
|
||||||
.pretty()
|
|
||||||
.with_writer(IndicatifWriter);
|
.with_writer(IndicatifWriter);
|
||||||
|
|
||||||
#[cfg(debug_assertions)]
|
#[cfg(debug_assertions)]
|
||||||
|
|
Loading…
Add table
Reference in a new issue