Page MenuHomePhabricator

D12355.diff
No OneTemporary

D12355.diff

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
@@ -15,7 +15,7 @@
};
use serde::{Deserialize, Serialize};
use tokio::net::TcpListener;
-use tracing::{debug, error, info};
+use tracing::{debug, error, info, warn};
mod auth;
mod opensearch;
@@ -276,10 +276,7 @@
}
}
_ => {
- error!(
- errorType = error_types::SEARCH_LOG,
- "Invalid authentication message from {}", addr
- );
+ warn!("Invalid authentication message from {}", addr);
close_connection(outgoing).await;
return;
}

File Metadata

Mime Type
text/plain
Expires
Thu, Dec 19, 7:30 AM (6 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2675892
Default Alt Text
D12355.diff (709 B)

Event Timeline