Move minLogLevel to logging section

This commit is contained in:
Cohee
2025-02-22 13:58:08 +02:00
parent b12cd9fe05
commit a2ecb81378
3 changed files with 8 additions and 3 deletions

View File

@@ -104,6 +104,11 @@ const keyMigrationMap = [
newKey: 'extensions.models.textToSpeech',
migrate: (value) => value,
},
{
oldKey: 'minLogLevel',
newKey: 'logging.minLogLevel',
migrate: (value) => value,
},
];
/**