Skip to content

Commit 0106a4c

Browse files
author
rafael_chicoli
committed
docker: add custom processor to pipe
1 parent baaa668 commit 0106a4c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkg/docker/driver.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ func (d *Driver) StartLogging(file string, info logger.Info) error {
9494
return err
9595
}
9696

97+
// if err := c.CustomBulkProcessor(pctx, config.Bulk.workers, c.indexName, config.tzpe, config.Bulk.actions, config.Bulk.size, config.Bulk.flushInterval, config.timeout); err != nil {
98+
// c.logger.WithError(err).Error("could not log to elasticsearch")
99+
// return err
100+
// }
101+
97102
return nil
98103

99104
}

0 commit comments

Comments
 (0)