访问日志实现记录requestBody

This commit is contained in:
刘祥超
2021-12-07 14:57:33 +08:00
parent fe9a942f4c
commit fe000f23bd
2 changed files with 104 additions and 93 deletions

View File

@@ -25,6 +25,7 @@ message HTTPAccessLog {
double requestTime = 13;
string requestMethod = 14;
string requestFilename = 15;
bytes requestBody = 51;
string scheme = 16;
string proto = 17;
int64 bytesSent = 18;