|
@@ -53,7 +53,7 @@ func ImportDir(datapath string, parallel int, rebuild, reload bool) (totalfilesc
|
|
func (importer *Importer) Import() (totalfilescount, totallinecount, totalrecordscount, totalretrycount int64, totalusetime time.Duration, filescount, linescount, recordscount, retrycount int64, usetime time.Duration, err error) {
|
|
func (importer *Importer) Import() (totalfilescount, totallinecount, totalrecordscount, totalretrycount int64, totalusetime time.Duration, filescount, linescount, recordscount, retrycount int64, usetime time.Duration, err error) {
|
|
@@ -352,7 +352,7 @@ func (importer *Importer) importRecord(record map[string]any, line string, filen
|
|
- logger.Debug(fmt.Sprint("import ", filename, "[", linecount, "]:", string(bs)))
|
|
|
|
|
|
+ logger.Trace(fmt.Sprint("import ", filename, "[", linecount, "]:", string(bs)))
|