Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature #53706 [Mailer] Add timestamp to SMTP debug log (bytestream)
This PR was squashed before being merged into the 7.1 branch. Discussion ---------- [Mailer] Add timestamp to SMTP debug log | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | yes | Deprecations? | no | Issues | | License | MIT When debugging #53647, the lack of a timestamp made it difficult to understand why the `RSET` was happening before a response had been received. The timestamps gave a clue towards the problem. The timestamps also help show slow connections which you're otherwise not aware of. Commits ------- 53a637c381 [Mailer] Add timestamp to SMTP debug log
- Loading branch information