re-add logs

This commit is contained in:
Mylloon 2021-08-07 01:00:01 +02:00
parent 0ab77a89f0
commit 97bc10e7a0
2 changed files with 11 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,6 +1,7 @@
.vscode/ .vscode/
update/ update/
__pycache__/ __pycache__/
logs/
.env .env
Lavalink.jar Lavalink.jar
*.sqlite3 *.sqlite3

View file

@ -29,3 +29,13 @@ metrics:
sentry: sentry:
dsn: "" dsn: ""
environment: "" environment: ""
logging:
file:
max-history: 30
max-size: 10MB
path: ./logs/
level:
root: INFO
lavalink: INFO