Page MenuHomePhabricator

[identity] remove duplicate debug log for HTTP requests
ClosedPublic

Authored by will on Tue, Apr 30, 1:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 12, 1:58 PM
Unknown Object (File)
Sun, May 12, 12:30 PM
Unknown Object (File)
Sun, May 12, 12:12 PM
Unknown Object (File)
Sun, May 12, 1:58 AM
Unknown Object (File)
Fri, May 10, 10:37 AM
Unknown Object (File)
Thu, May 9, 8:47 PM
Unknown Object (File)
Thu, May 9, 2:00 PM
Unknown Object (File)
Thu, May 9, 11:48 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.Tue, Apr 30, 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.Tue, Apr 30, 1:41 PM
services/identity/src/websockets/mod.rs
80 ↗(On Diff #39717)

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