Skip to content

Commit c7729ae

Browse files
committed
Demote COMMAND_RECEIVED logging to debug level
On less active servers, ha-heartbeat and lease-update messages were filling up over 90% of the logs, making them hard to read and making actually important stuff get pushed out way quicker.
1 parent 608494e commit c7729ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/config/base_command_mgr.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ BaseCommandMgr::processCommand(const isc::data::ConstElementPtr& cmd) {
126126
ConstElementPtr arg;
127127
std::string name = parseCommand(arg, cmd);
128128

129-
LOG_INFO(command_logger, COMMAND_RECEIVED).arg(name);
129+
LOG_DEBUG(command_logger, DBG_COMMAND, COMMAND_RECEIVED).arg(name);
130130

131131
ConstElementPtr response = handleCommand(name, arg, cmd);
132132

0 commit comments

Comments
 (0)