Debug level No incoming connections

This commit is contained in:
wowario 2023-02-12 22:39:01 +03:00
parent ae54f2e737
commit dcafb09415
No known key found for this signature in database
GPG key ID: 793504B449C69220

View file

@ -2085,7 +2085,7 @@ namespace nodetool
} }
else else
{ {
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());
} }
} }