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

@@ -50,8 +50,6 @@ async function importDatabase({ connection = undefined, systemConnection = undef
if (!driver) driver = requireEngineDriver(connection);
const dbhan = systemConnection || (await connectUtility(driver, connection, 'write'));
try {
logger.info(`Connected.`);
logger.info(`Input file: ${inputFile}`);
const downloadedFile = await download(inputFile);
logger.info(`Downloaded file: ${downloadedFile}`);