Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Complete
-
Affects Version/s: 4.1.2
-
Component/s: Core
-
Labels:
-
Pull Request URL:
Description
The optimization to only call the interceptors if present, added by INT-3521, prevents the PreSend log message from being emitted.
The optimization was not added to the post send so we still see PostSend logs.
The optimization should be removed or move the log messages.