fix(logs): rotate logs on a daily basis instead of incrementing log filename

This commit is contained in:
sct
2020-12-24 23:05:05 +09:00
parent bd947409e6
commit 395cbb2be6
4 changed files with 42 additions and 7 deletions

1
.gitignore vendored
View File

@@ -37,6 +37,7 @@ config/settings.json
# logs
config/logs/*.log*
config/logs/*.json
# dist files
dist