Improve debugging output for incomplete/degraded

This commit is contained in:
Vitaliy Filippov
2020-10-24 01:28:47 +03:00
parent faa5e1436f
commit 660c2412fb
2 changed files with 10 additions and 20 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ void etcd_state_client_t::start_etcd_watcher()
}
for (auto & kv: changes)
{
if (this->log_level > 1)
if (this->log_level > 3)
{
printf("Incoming event: %s -> %s\n", kv.first.c_str(), kv.second.dump().c_str());
}