Skip to content

Commit c7d3506

Browse files
committed
Updated CloudFront pre-defined log-format to reflect the latest fields.
1 parent f773e80 commit c7d3506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ static const GPreConfLog logs = {
7070
"%h %^[%d:%t %^] \"%r\" %s %b", /* CLF */
7171
"%v:%^ %h %^[%d:%t %^] \"%r\" %s %b", /* CLF+VHost */
7272
"%d %t %^ %m %U %q %^ %^ %h %u %R %s %^ %^ %L", /* W3C */
73-
"%d\\t%t\\t%^\\t%b\\t%h\\t%m\\t%^\\t%r\\t%s\\t%R\\t%u\\t%^", /* CloudFront */
73+
"%d\\t%t\\t%^\\t%b\\t%h\\t%m\\t%v\\t%U\\t%s\\t%R\\t%u\\t%q\\t%^\\t%^\\t%^\\t%^\\t%^\\t%^\\t%T\\t%^\\t%K\\t%k\\t%^\\t%H\\t%^", /* CloudFront */
7474
"\"%x\",\"%h\",%^,%^,\"%m\",\"%U\",\"%s\",%^,\"%b\",\"%D\",%^,\"%R\",\"%u\"", /* Cloud Storage */
7575
"%^ %dT%t.%^ %v %h:%^ %^ %T %^ %^ %s %^ %b %^ \"%r\" \"%u\" %^", /* AWS Elastic Load Balancing */
7676
"%^ %^ %^ %v %^: %x.%^ %~%L %h %^/%s %b %m %U", /* Squid Native */

0 commit comments

Comments
 (0)