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
F5116516: D11851.id39717.diff
Wed, Apr 2, 3:17 PM
Unknown Object (File)
Tue, Apr 1, 10:18 AM
Unknown Object (File)
Tue, Apr 1, 7:11 AM
Unknown Object (File)
Tue, Apr 1, 6:21 AM
Unknown Object (File)
Tue, Apr 1, 2:04 AM
Unknown Object (File)
Sun, Mar 30, 10:30 PM
Unknown Object (File)
Sat, Mar 29, 12:05 PM
Unknown Object (File)
Wed, Mar 19, 12:22 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