Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@jwadhams jwadhams released this 30 Oct 21:35
a085746

This release introduces a new feature where children of AbstractRequest can customize their own LogFile helper by overriding getLogFileHelper. This is especially useful for logging headers -- most of the time we think it's a bad idea, headers are for boring things like Content-Type and unloggable things like Authentication and bearer tokens -- but sometimes a request is using custom headers for tracing or even application logic that are exceptions to the rule.