in pkg/middleware/recorder.go [94:96]
func hideDates(s string) string { return dateMatcher.ReplaceAllLiteralString(s, "2001-02-03T04:05:06Z") // this should be recognizable/parseable as a fake date }