This commit is contained in:
Chris Cochrun 2025-05-19 17:29:12 -05:00
parent cd67605f69
commit 7eb1366a85

View file

@ -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()