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)
Sun, Apr 6, 4:14 PM
Unknown Object (File)
Sun, Apr 6, 8:58 AM
Unknown Object (File)
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
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
Branch
cleanup_logs
Lint
No Lint Coverage
Unit
No Test Coverage

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