mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 09:22:31 -05:00
Bump Lavalink.jar version and update the default application.yml (#5823)
* Bump Lavalink.jar version * Update the default Lavalink YAML file * Let's add schema migration too... * Fix migration (but still actually untested)
This commit is contained in:
@@ -78,11 +78,11 @@ DEFAULT_LAVALINK_YAML = {
|
||||
"yaml__metrics__prometheus__endpoint": "/metrics",
|
||||
"yaml__sentry__dsn": "",
|
||||
"yaml__sentry__environment": "",
|
||||
"yaml__logging__file__max_history": 15,
|
||||
"yaml__logging__file__max_size": "10MB",
|
||||
"yaml__logging__path": "./logs/",
|
||||
"yaml__logging__file__path": "./logs/",
|
||||
"yaml__logging__level__root": "INFO",
|
||||
"yaml__logging__level__lavalink": "INFO",
|
||||
"yaml__logging__logback__rollingpolicy__max_history": 15,
|
||||
"yaml__logging__logback__rollingpolicy__max_size": "10MB",
|
||||
}
|
||||
|
||||
DEFAULT_LAVALINK_SETTINGS = {
|
||||
|
||||
Reference in New Issue
Block a user