Fix Cf-Ray HTTP header not being logged
The Cf-Ray header ends with a suffix of the datacenter (e.g. `-IAD`), and the regex did not properly handle the dash. This change fixes the regexp to allow for alphanumeric characters and the dash.
Showing
Please register or sign in to comment