Skip to content

@clickhouse/client 0.0.11

Breaking changes

  • log.enabled flag was removed from the client configuration.
  • Use the CLICKHOUSE_LOG_LEVEL environment 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