Skip to content

Commit 7f06282

Browse files
authored
Merge pull request #26 from secondlife/Rider-Linden-patch-1
Remove trailing comma from logging JSON.
2 parents b2f4f15 + ad1ae2f commit 7f06282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/nginx/includes/log-format.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ log_format json_analytics escape=json '{'
3535
'"server_protocol": "$server_protocol", ' # request protocol, like HTTP/1.1 or HTTP/2.0
3636
'"pipe": "$pipe", ' # "p" if request was pipelined, "." otherwise
3737
'"gzip_ratio": "$gzip_ratio", '
38-
'"http_cf_ray": "$http_cf_ray",'
38+
'"http_cf_ray": "$http_cf_ray"'
3939
'}';

0 commit comments

Comments
 (0)