Closed talpermann2 closed 5 months ago
[ ] Bugfix [X] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no API changes) [ ] Build-related changes [ ] CI-related changes [ ] Documentation content changes [ ] Application / infrastructure changes [ ] Other:
Currently we are missing some information in log (host, request_time and upstream_response_length). It`s an extension to PR #1086
main
json
[ ] Yes [X] No
13.74.138.162 - - [14/Jun/2024:05:29:01 +0000] "GET /punchout.40df832f6c998a38.js HTTP/1.1" 200 3582 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/101.0.4951.54 Safari/537.36" "13.74.138.162" 0.036 "MISS" "uat.example.com" "3582" 0.034
{"date_access": "2024-06-14T05:29:01+00:00","http": { "ident": "", "method": "GET", "referer": "-", "uri": "/punchout.40df832f6c998a38.js", "host": "uat.example.com", "request_id": "ffd64958f52f2ccb03b458725026cba7", "request_length": 506, "request_time": 0.034, "status_code": 200, "useragent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/101.0.4951.54 Safari/537.36", "protocol": "HTTP/1.1", "x_forward_for": "13.74.138.162"},"ingress": { "name": "pwa-example-pwa-main-cache", "namespace": "pwa-example-uat"},"network": { "bytes_written": 3582, "remote_ip": "13.74.138.162"},"upstream": { "name": "pwa-example-uat-pwa-example-uat-pwa-main-cache-4200", "address_list": "10.240.1.147:80", "status_code": "200", "response_time": "0.036", "response_length": "3582", "cache_status":"MISS"}}
AB#97423
PR Type
[ ] Bugfix [X] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no API changes) [ ] Build-related changes [ ] CI-related changes [ ] Documentation content changes [ ] Application / infrastructure changes [ ] Other:
What Is the Current Behavior?
Currently we are missing some information in log (host, request_time and upstream_response_length). It`s an extension to PR #1086
What Is the New Behavior?
main
json
Does this PR Introduce a Breaking Change?
[ ] Yes [X] No
Other Information
main
13.74.138.162 - - [14/Jun/2024:05:29:01 +0000] "GET /punchout.40df832f6c998a38.js HTTP/1.1" 200 3582 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/101.0.4951.54 Safari/537.36" "13.74.138.162" 0.036 "MISS" "uat.example.com" "3582" 0.034
json
{"date_access": "2024-06-14T05:29:01+00:00","http": { "ident": "", "method": "GET", "referer": "-", "uri": "/punchout.40df832f6c998a38.js", "host": "uat.example.com", "request_id": "ffd64958f52f2ccb03b458725026cba7", "request_length": 506, "request_time": 0.034, "status_code": 200, "useragent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/101.0.4951.54 Safari/537.36", "protocol": "HTTP/1.1", "x_forward_for": "13.74.138.162"},"ingress": { "name": "pwa-example-pwa-main-cache", "namespace": "pwa-example-uat"},"network": { "bytes_written": 3582, "remote_ip": "13.74.138.162"},"upstream": { "name": "pwa-example-uat-pwa-example-uat-pwa-main-cache-4200", "address_list": "10.240.1.147:80", "status_code": "200", "response_time": "0.036", "response_length": "3582", "cache_status":"MISS"}}
AB#97423