re-add logs
This commit is contained in:
parent
0ab77a89f0
commit
97bc10e7a0
2 changed files with 11 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
|||
.vscode/
|
||||
update/
|
||||
__pycache__/
|
||||
logs/
|
||||
.env
|
||||
Lavalink.jar
|
||||
*.sqlite3
|
||||
|
|
|
@ -29,3 +29,13 @@ metrics:
|
|||
sentry:
|
||||
dsn: ""
|
||||
environment: ""
|
||||
|
||||
logging:
|
||||
file:
|
||||
max-history: 30
|
||||
max-size: 10MB
|
||||
path: ./logs/
|
||||
|
||||
level:
|
||||
root: INFO
|
||||
lavalink: INFO
|
||||
|
|
Reference in a new issue