idk
This commit is contained in:
parent
cd67605f69
commit
7eb1366a85
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ async fn main() -> std::io::Result<()> {
|
||||||
.rotation(Rotation::DAILY)
|
.rotation(Rotation::DAILY)
|
||||||
.filename_prefix("api")
|
.filename_prefix("api")
|
||||||
.filename_suffix("log")
|
.filename_suffix("log")
|
||||||
.build("/storage/logs/tfcsite")
|
.build("/tmp/tfcsite")
|
||||||
.expect("Shouldn't");
|
.expect("Shouldn't");
|
||||||
|
|
||||||
let filter = EnvFilter::builder()
|
let filter = EnvFilter::builder()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue