-
Notifications
You must be signed in to change notification settings - Fork 184
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
Fix improve cgoreceiver log format #455
Fix improve cgoreceiver log format #455
Conversation
Signed-off-by: niejiangang <niejiangang@harmonycloud.cn>
…ove-cgoreceiver-log-format
Signed-off-by: niejiangang <niejiangang@harmonycloud.cn>
Signed-off-by: niejiangang <niejiangang@harmonycloud.cn>
I think
80 is not enough since we set |
6bc413c
to
9efcbfd
Compare
Signed-off-by: niejiangang <niejiangang@harmonycloud.cn>
…ceiver-log-format
Signed-off-by: niejiangang <niejiangang@harmonycloud.cn>
Signed-off-by: niejiangang <niejiangang@harmonycloud.cn>
Signed-off-by: niejiangang <niejiangang@harmonycloud.cn>
Signed-off-by: niejiangang <niejiangang@harmonycloud.cn>
Optimized the log output of
CgoReceiver
to display the specific value in UserAttributeDescription
Print Specific Value of UserAttributes rather than base64 Encoding.
Only print printable character (ASCII char code from 32 to 126) for ByteBuffer , other character will be replaced by
.
The max length is 200, and extra bytes will be count, such as
<POST /test?sleep=800 HTTP/1.1xxxxx(69 bytes more)>
How Has This Been Tested?
Here is some examples.