mirror of
https://github.com/netbirdio/netbird.git
synced 2026-08-24 16:41:30 +02:00
The connect path logged the target host, port and username at info level, which the guidelines reserve for debug and below. Drop the two connect messages entirely rather than lowering them: both sat directly in front of a return, so the same error already reaches the caller and the terminal, and OnConnected reports the success. Keep the detected server type, since it decides the auth path, but log it without the endpoint.