create deploy journal is now warning

This commit is contained in:
Jan Prochazka
2024-11-11 15:50:32 +01:00
parent ac7708138c
commit 6bcebb63e4

View File

@@ -46,7 +46,7 @@ export class ScriptDrivedDeployer {
this.journalItems = rows; this.journalItems = rows;
logger.debug(`Loaded ${rows.length} items from DbGate deploy journal`); logger.debug(`Loaded ${rows.length} items from DbGate deploy journal`);
} catch (err) { } catch (err) {
logger.error( logger.warn(
extractErrorLogData(err), extractErrorLogData(err),
'Error loading DbGate deploy journal, createing table dbgate_deploy_journal' 'Error loading DbGate deploy journal, createing table dbgate_deploy_journal'
); );