diff --git a/services/identity/src/websockets/mod.rs b/services/identity/src/websockets/mod.rs --- a/services/identity/src/websockets/mod.rs +++ b/services/identity/src/websockets/mod.rs @@ -285,10 +285,7 @@ } } } else { - error!( - errorType = error_types::SEARCH_LOG, - "No authentication message from {}", addr - ); + warn!("No authentication message from {}", addr); close_connection(outgoing).await; return; }