feat(logs): rotate log files if they reach 20MB in size

closes #438
This commit is contained in:
sct
2020-12-23 00:58:33 +09:00
parent 659fa505f0
commit 22002ab4c7
2 changed files with 11 additions and 3 deletions

2
.gitignore vendored
View File

@@ -36,7 +36,7 @@ config/db/db.sqlite3
config/settings.json
# logs
config/logs/*.log
config/logs/*.log*
# dist files
dist