TS-177 change default log len from 100 to 512

This commit is contained in:
Shengliang Guan 2021-08-24 19:32:20 +08:00
parent 78da4fedce
commit aad82de6fc
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
#define monTrace(...) { if (monDebugFlag & DEBUG_TRACE) { taosPrintLog("MON ", monDebugFlag, __VA_ARGS__); }}
#define SQL_LENGTH 1030
#define LOG_LEN_STR 100
#define LOG_LEN_STR 512
#define IP_LEN_STR TSDB_EP_LEN
#define CHECK_INTERVAL 1000