[Refactor] Change some vlog level (backport #61995) (#62083)

Signed-off-by: sevev <qiangzh95@gmail.com>
Co-authored-by: zhangqiang <qiangzh95@gmail.com>
This commit is contained in:
mergify[bot] 2025-08-19 10:12:34 +00:00 committed by GitHub
parent 7e26ff974e
commit cf4a3df21c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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)