ava-labs / awm-relayer

Service for relaying Avalanche Warp Messages between Subnets
Other
24 stars 19 forks source link

Downgrade conn/disconn logs #451

Closed cam-schultz closed 2 months ago

cam-schultz commented 2 months ago

Why this should be merged

The external handler connected/disconnected logs flood the log output when the default log level (info) is used. This PR downgrades those logs to debug.

How this works

How this was tested

How is this documented