Page MenuHomePhabricator

[identity] remove duplicate debug log for HTTP requests
ClosedPublic

Authored by will on Apr 30 2024, 1:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 12, 2:28 PM
Unknown Object (File)
Tue, Nov 12, 12:40 PM
Unknown Object (File)
Tue, Nov 12, 12:26 PM
Unknown Object (File)
Tue, Nov 12, 11:59 AM
Unknown Object (File)
Tue, Nov 12, 7:36 AM
Unknown Object (File)
Sat, Nov 9, 3:31 AM
Unknown Object (File)
Oct 21 2024, 9:46 AM
Unknown Object (File)
Oct 17 2024, 12:45 AM
Subscribers

Details

Summary

Missed on original implementation. We have two identical debug logs for incoming HTTP requests

Test Plan

cargo check

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

will requested review of this revision.Apr 30 2024, 1:39 PM
varun added inline comments.
services/identity/src/websockets/mod.rs
80 ↗(On Diff #39717)

don't we want to log this before we potentially return in the above if statement?

This revision is now accepted and ready to land.Apr 30 2024, 1:41 PM
services/identity/src/websockets/mod.rs
80 ↗(On Diff #39717)

Fair point. I'll move the below debug log and land