Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Common-Log format for access.log #95

Merged
merged 1 commit into from
Aug 10, 2024
Merged

Conversation

kingster
Copy link
Member

@kingster kingster commented Aug 10, 2024

Example for #89

Sample access.log

localhost - [2024-08-10T18:49:32.885+05:30] "UNARY helloworld.greeter/sayhello GRPC" 0 27 223 "-" "-"
localhost - [2024-08-10T18:49:33.273+05:30] "UNARY helloworld.greeter/sayhello GRPC" 0 27 215 "-" "-"
localhost - [2024-08-10T18:49:33.635+05:30] "UNARY helloworld.greeter/sayhello GRPC" 0 27 219 "-" "-"
localhost - [2024-08-10T18:49:34.005+05:30] "UNARY helloworld.greeter/sayhello GRPC" 0 27 211 "-" "-"
localhost - [2024-08-10T18:49:34.363+05:30] "UNARY helloworld.greeter/sayhello GRPC" 0 27 211 "-" "-"
0:0:0:0:0:0:0:1 - [2024-08-10T18:49:36.879+05:30] "GET /api/hellocontrol1 HTTP/1.1" 200 23 28 "-" "PostmanRuntime/7.41.0"
0:0:0:0:0:0:0:1 - [2024-08-10T18:49:37.221+05:30] "GET /api/hellocontrol1 HTTP/1.1" 200 23 5 "-" "PostmanRuntime/7.41.0"
0:0:0:0:0:0:0:1 - [2024-08-10T18:49:37.844+05:30] "GET /api/hellocontrol1 HTTP/1.1" 200 23 6 "-" "PostmanRuntime/7.41.0"
0:0:0:0:0:0:0:1 - [2024-08-10T18:49:39.919+05:30] "GET /api/hellocontrol1 HTTP/1.1" 200 23 5 "-" "PostmanRuntime/7.41.0"
localhost - [2024-08-10T18:52:26.202+05:30] "BIDI_STREAMING helloworld.greeter/pingpong GRPC" 0 6 66 "-" "-"
localhost - [2024-08-10T18:52:28.512+05:30] "BIDI_STREAMING helloworld.greeter/pingpong GRPC" 0 6 1 "-" "-"
localhost - [2024-08-10T18:52:29.359+05:30] "BIDI_STREAMING helloworld.greeter/pingpong GRPC" 0 6 1 "-" "-"
localhost - [2024-08-10T18:52:36.561+05:30] "BIDI_STREAMING helloworld.greeter/pingpong GRPC" 0 6 9 "-" "-"
localhost - [2024-08-10T18:52:37.103+05:30] "BIDI_STREAMING helloworld.greeter/pingpong GRPC" 0 6 1 "-" "-"
localhost - [2024-08-10T18:52:37.434+05:30] "BIDI_STREAMING helloworld.greeter/pingpong GRPC" 0 6 1 "-" "-"

@kingster kingster linked an issue Aug 10, 2024 that may be closed by this pull request
@kingster kingster merged commit 2c4a386 into master Aug 10, 2024
3 checks passed
@kingster kingster deleted the access-log-common-log-format branch August 10, 2024 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

extra line printed after access log
1 participant