2

How do I log the duration of a request, served with cloudfront?

With a usual apache, I would add %D or %T to the access log configuration - but this seems not to work with cloudfront.

I used this as the reference documentation: http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/AccessLogs.html

Jörg Beyer
  • 3,631
  • 21
  • 35

1 Answers1

0

CloudFront does not provide that information in the access logs. You may want to post to this as a feature request in the AWS CloudFront forum.

imperalix
  • 3,701
  • 1
  • 23
  • 19