@clickhouse/client 0.0.11
Breaking changes
log.enabledflag was removed from the client configuration.- Use the
CLICKHOUSE_LOG_LEVELenvironment variable instead. Possible values:OFF,TRACE,DEBUG,INFO,WARN,ERROR. Currently, there are only debug messages, but we will log more later.
For more details, see PR #110