Skip to content

Commit

Permalink
fix: with target
Browse files Browse the repository at this point in the history
  • Loading branch information
de-sh committed Nov 21, 2024
1 parent 8b3135c commit 3adfb67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ pub const STORAGE_UPLOAD_INTERVAL: u32 = 60;
async fn main() -> anyhow::Result<()> {
tracing_subscriber::fmt()
.with_env_filter(EnvFilter::from_default_env())
.with_target(false)
.compact()
.init();

Expand Down

0 comments on commit 3adfb67

Please sign in to comment.