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

Add $request_id into the websocket open log. #10

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

qdongxu
Copy link

@qdongxu qdongxu commented Aug 22, 2023

  1. In the WebSocket log, $request_id was only applied to WebSocket close log and omitted in the open log. This is inconvenient to trace and analyze.
  2. the request field was truncated and the whole line was broken into a new line. when the request size is larger than 60. It's easy to see the request field truncated from the code logic. But I did not find the reason the whole line broke into two lines. but after enlarging the size of the fields, the breaking line problem disappeared too.

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.

1 participant