Hide "Connected with..." client messages by default

This commit is contained in:
Vitaliy Filippov
2020-10-11 02:22:46 +03:00
parent be5f314c32
commit ece14a7d65
5 changed files with 15 additions and 6 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 > 0)
if (this->log_level > 1)
{
printf("Incoming event: %s -> %s\n", kv.first.c_str(), kv.second.dump().c_str());
}