[#282] added the "real" user ip to the logs
This commit is contained in:
+2
-1
@@ -18,7 +18,8 @@ type Request struct {
|
||||
Method string `db:"method" json:"method"`
|
||||
Status int `db:"status" json:"status"`
|
||||
Auth string `db:"auth" json:"auth"`
|
||||
Ip string `db:"ip" json:"ip"`
|
||||
UserIp string `db:"userIp" json:"userIp"`
|
||||
RemoteIp string `db:"remoteIp" json:"remoteIp"`
|
||||
Referer string `db:"referer" json:"referer"`
|
||||
UserAgent string `db:"userAgent" json:"userAgent"`
|
||||
Meta types.JsonMap `db:"meta" json:"meta"`
|
||||
|
||||
Reference in New Issue
Block a user