mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 11:02:08 +00:00
disable AST logging
This commit is contained in:
parent
34bd8568b6
commit
1b7354f809
@ -77,7 +77,7 @@
|
|||||||
namespace DB
|
namespace DB
|
||||||
{
|
{
|
||||||
|
|
||||||
using LogAST = DebugASTLog<true>;
|
using LogAST = DebugASTLog<false>; /// set to true to enable logs
|
||||||
|
|
||||||
|
|
||||||
namespace ErrorCodes
|
namespace ErrorCodes
|
||||||
|
Loading…
Reference in New Issue
Block a user