diff --git a/src/common/config.cc b/src/common/config.cc index 0259ef2f8ee..019cb8c2f9c 100644 --- a/src/common/config.cc +++ b/src/common/config.cc @@ -293,8 +293,8 @@ int md_config_t::set_mon_vals(CephContext *cct, std::string err; int r = _set_val(values, tracker, i.second, *o, CONF_MON, &err); if (r < 0) { - lderr(cct) << __func__ << " failed to set " << i.first << " = " - << i.second << ": " << err << dendl; + ldout(cct, 4) << __func__ << " failed to set " << i.first << " = " + << i.second << ": " << err << dendl; ignored_mon_values.emplace(i); } else if (r == ConfigValues::SET_NO_CHANGE || r == ConfigValues::SET_NO_EFFECT) {