From 7eb1366a85c8abb12d513fab76456c42e03fcfb1 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 19 May 2025 17:29:12 -0500 Subject: [PATCH] idk --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 0dc9deb..498374b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -49,7 +49,7 @@ async fn main() -> std::io::Result<()> { .rotation(Rotation::DAILY) .filename_prefix("api") .filename_suffix("log") - .build("/storage/logs/tfcsite") + .build("/tmp/tfcsite") .expect("Shouldn't"); let filter = EnvFilter::builder()