databendlabs/databend
Feature: support dynamic log level changes for the query level.
开放
#15,469 创建于 2024年5月10日
C-featuregood first issue
仓库指标
- 星标
- (9,314 个星标)
- PR 合并指标
- (平均合并 4天 18小时) (30 天内合并 99 个 PR)
描述
Summary
SET query_log_level = 'DEBUG';
-- Output >= DEBUG level log
SET query_log_level = 'INFO';
-- Output >= INFO level log