nikepan / clickhouse-bulk

Collects many small inserts to ClickHouse and send in big inserts
Apache License 2.0
474 stars 86 forks source link

add log_queries option to hide sending/sent output from logs #66

Closed derN3rd closed 1 year ago

derN3rd commented 1 year ago

This PR adds the described config from #63 which makes the output configurable so one can disable the Sending x rows to <server> of INSERT INTO x from their logs.

Tested it locally and it worked

nikepan commented 1 year ago

Looks ok. I'll check and release it. Thanks.