databend
databend copied to clipboard
Feature: support dynamic log level changes for the query level.
Summary
SET query_log_level = 'DEBUG';
-- Output >= DEBUG level log
SET query_log_level = 'INFO';
-- Output >= INFO level log
I want to try......
I want to try......
Have you started this work yet?