fix: cargo fmt
This commit is contained in:
parent
2f033a8807
commit
d5f3d3cc64
|
|
@ -20,7 +20,8 @@ async fn main() {
|
|||
dotenv::dotenv().ok();
|
||||
|
||||
// set up tracing
|
||||
tracing_subscriber::fmt().json()
|
||||
tracing_subscriber::fmt()
|
||||
.json()
|
||||
.with_env_filter(tracing_subscriber::EnvFilter::from_default_env())
|
||||
.init();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue