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