import/export log messages

This commit is contained in:
SPRINX0\prochazka
2025-03-04 14:29:52 +01:00
parent 257ffa3cc4
commit 3bf22a8606
9 changed files with 3 additions and 16 deletions

View File

@@ -36,7 +36,7 @@ async function executeQuery({
}
try {
logger.info(`Connected.`);
logger.debug(`Running SQL query, length: ${sql.length}`);
await driver.script(dbhan, sql, { logScriptItems });
} finally {