mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
change a log level
This commit is contained in:
parent
5eb9413469
commit
798b15a852
|
@ -120,7 +120,7 @@ export class DatabaseExportService {
|
|||
if (totalRows === 0) continue;
|
||||
|
||||
this.rowCounts[tableName] = totalRows;
|
||||
this.logger.info(`[ExportService] Exported ${totalRows} rows from ${tableName}`);
|
||||
this.logger.debug(`[ExportService] Exported ${totalRows} rows from ${tableName}`);
|
||||
|
||||
writeStream.end();
|
||||
pack.entry({ name: `${tableName}.jsonl` }, await fs.promises.readFile(tableFilePath));
|
||||
|
|
Loading…
Reference in a new issue