moving logs

This commit is contained in:
Chris Cochrun 2025-06-19 06:38:01 -05:00
parent 561eeec3a6
commit 122390491f
4 changed files with 9 additions and 9 deletions

View file

@ -49,7 +49,7 @@ async fn main() -> std::io::Result<()> {
.rotation(Rotation::DAILY)
.filename_prefix("api")
.filename_suffix("log")
.build("/tmp/tfcsite")
.build("/storage/logs/tfcsite")
.expect("Shouldn't");
let filter = EnvFilter::builder()