diff --git a/fboss/qsfp_service/PortManager.cpp b/fboss/qsfp_service/PortManager.cpp index 8f5028ca4cc1b..3ef4c62c795e4 100644 --- a/fboss/qsfp_service/PortManager.cpp +++ b/fboss/qsfp_service/PortManager.cpp @@ -1776,7 +1776,7 @@ void PortManager::handlePendingUpdates() { // Pending updates are stored within each PortStateMachineController, so this // function asks each StateMachineController to execute a single pending // update if possible. - PORTMGR_SM_LOG(INFO) << "Trying to update all PortStateMachines"; + XLOG_EVERY_MS(DBG2, 30000) << "[SM] Trying to update all PortStateMachines"; // To expedite all these different ports state update, use Future std::vector> stateUpdateTasks;