databendlabs/databend
GitHub で見るFeature: support dynamic log level changes for the query level.
Open
#15,469 opened on 2024年5月10日
C-featuregood first issue
Repository metrics
- Stars
- (9,314 stars)
- PR merge metrics
- (平均マージ 4d 18h) (30d で 99 merged PRs)
説明
Summary
SET query_log_level = 'DEBUG';
-- Output >= DEBUG level log
SET query_log_level = 'INFO';
-- Output >= INFO level log