Signed-off-by: sevev <qiangzh95@gmail.com> Co-authored-by: zhangqiang <qiangzh95@gmail.com>
This commit is contained in:
parent
7e26ff974e
commit
cf4a3df21c
|
|
@ -78,11 +78,11 @@
|
|||
#define VLOG_OPERATOR VLOG(3)
|
||||
#define VLOG_ROW VLOG(10)
|
||||
#define VLOG_PROGRESS VLOG(2)
|
||||
#define VLOG_CACHE VLOG(1)
|
||||
#define VLOG_CACHE VLOG(3)
|
||||
|
||||
#define VLOG_CONNECTION_IS_ON VLOG_IS_ON(1)
|
||||
#define VLOG_CONNECTION_IS_ON VLOG_IS_ON(2)
|
||||
#define VLOG_RPC_IS_ON VLOG_IS_ON(2)
|
||||
#define VLOG_QUERY_IS_ON VLOG_IS_ON(1)
|
||||
#define VLOG_QUERY_IS_ON VLOG_IS_ON(2)
|
||||
#define VLOG_FILE_IS_ON VLOG_IS_ON(2)
|
||||
#define VLOG_OPERATOR_IS_ON VLOG_IS_ON(3)
|
||||
#define VLOG_ROW_IS_ON VLOG_IS_ON(10)
|
||||
|
|
|
|||
Loading…
Reference in New Issue