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