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
@@ -102,7 +102,7 @@ public:
parallel_osds = cfg["parallel_osds"].uint64_value();
if (!parallel_osds)
parallel_osds = 4;
log_level = cfg["log_level"].uint64_value();
log_level = cfg["log_level"].int64_value();
progress = cfg["progress"].uint64_value() ? true : false;
// Create client
ringloop = new ring_loop_t(512);