You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments