reduce schema manager query log to debug, fix useSearch

This commit is contained in:
dswbx
2025-06-12 09:23:31 +02:00
parent 88419548c7
commit c75f8d0937
2 changed files with 12 additions and 9 deletions

View File

@@ -333,7 +333,7 @@ export class SchemaManager {
if (config.force) {
try {
$console.log("[SchemaManager]", sql);
$console.debug("[SchemaManager]", sql);
await qb.execute();
} catch (e) {
throw new Error(`Failed to execute query: ${sql}: ${(e as any).message}`);