mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Disable debug logging
This commit is contained in:
parent
2bf2764898
commit
078ebff92a
@ -14,7 +14,7 @@
|
||||
namespace DB
|
||||
{
|
||||
|
||||
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