debug level for no incoming connections warning

release-v0.5.1^2
wowario 5 years ago
parent 95a6414342
commit 7b06d497f4
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -1332,7 +1332,7 @@ namespace nodetool
return true; return true;
if (get_incoming_connections_count() == 0) if (get_incoming_connections_count() == 0)
{ {
const el::Level level = el::Level::Warning; const el::Level level = el::Level::Debug;
MCLOG_RED(level, "global", "No incoming connections - check firewalls/routers allow port " << get_this_peer_port()); MCLOG_RED(level, "global", "No incoming connections - check firewalls/routers allow port " << get_this_peer_port());
} }
return true; return true;

Loading…
Cancel
Save