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/
|
.vscode/
|
||||||
update/
|
update/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
logs/
|
||||||
.env
|
.env
|
||||||
Lavalink.jar
|
Lavalink.jar
|
||||||
*.sqlite3
|
*.sqlite3
|
||||||
|
|
|
@ -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
|
||||||
|
|
Reference in a new issue