This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 13190cacbed [chore](log) modify wal_manager log level (#57760)
13190cacbed is described below

commit 13190cacbedbaa35882c565ec257c63825eb36d7
Author: meiyi <[email protected]>
AuthorDate: Fri Nov 7 09:36:50 2025 +0800

    [chore](log) modify wal_manager log level (#57760)
---
 be/src/olap/wal/wal_manager.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/be/src/olap/wal/wal_manager.cpp b/be/src/olap/wal/wal_manager.cpp
index 50c9b8a9f4c..9ef29be9e35 100644
--- a/be/src/olap/wal/wal_manager.cpp
+++ b/be/src/olap/wal/wal_manager.cpp
@@ -480,7 +480,7 @@ Status WalManager::update_wal_dir_estimated_wal_bytes(const 
std::string& wal_dir
 Status WalManager::_update_wal_dir_info_thread() {
     while (!_stop.load()) {
         if (!ExecEnv::ready()) {
-            LOG(INFO) << "Sleep 1s to wait for storage engine init.";
+            VLOG_DEBUG << "Sleep 1s to wait for storage engine init.";
             std::this_thread::sleep_for(std::chrono::milliseconds(1000));
             continue;
         }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to