访问日志中增加源站状态码

This commit is contained in:
刘祥超
2022-09-16 10:07:29 +08:00
parent a92d8887e3
commit 2eb19348cc
3 changed files with 3731 additions and 3720 deletions

View File

@@ -52,8 +52,9 @@ message HTTPAccessLog {
string serverProtocol = 39;
string hostname = 40;
// 代理相关
// 源站相关
string originAddress = 41;
int32 originStatus = 52;
// 错误信息
repeated string errors = 42;