moving logs
This commit is contained in:
parent
561eeec3a6
commit
122390491f
4 changed files with 9 additions and 9 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue