databend icon indicating copy to clipboard operation
databend copied to clipboard

Feature: support dynamic log level changes for the query level.

Open zhang2014 opened this issue 1 year ago • 2 comments

Summary

SET query_log_level = 'DEBUG';
-- Output >= DEBUG level log

SET query_log_level = 'INFO';
-- Output >= INFO level log

zhang2014 avatar May 10 '24 16:05 zhang2014

I want to try......

hanxuanliang avatar May 18 '24 02:05 hanxuanliang

I want to try......

Have you started this work yet?

wubx avatar Jun 27 '24 09:06 wubx