Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3487271
D12355.id41126.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
709 B
Referenced Files
None
Subscribers
None
D12355.id41126.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 19, 7:30 AM (6 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2675892
Default Alt Text
D12355.id41126.diff (709 B)
Attached To
Mode
D12355: [identity] change 'no authentication message' for websocket server to warning
Attached
Detach File
Event Timeline
Log In to Comment