mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Disable debug output
This commit is contained in:
parent
766f04b04c
commit
cb89fccac6
@ -25,7 +25,7 @@ namespace DB::QueryPlanOptimizations
|
||||
|
||||
namespace
|
||||
{
|
||||
constexpr bool debug_logging_enabled = true;
|
||||
constexpr bool debug_logging_enabled = false;
|
||||
|
||||
template <typename T>
|
||||
void logDebug(String key, const T & value, const char * separator = " : ")
|
||||
|
Loading…
Reference in New Issue
Block a user