- querylog: incorrect client IP when blocked by hosts filter
This commit is contained in:
parent
94d86eee10
commit
29998a8959
@ -561,7 +561,9 @@ func decode(ent *logEntry, str string) {
|
|||||||
}
|
}
|
||||||
switch k {
|
switch k {
|
||||||
case "IP":
|
case "IP":
|
||||||
ent.IP = v
|
if len(ent.IP) == 0 {
|
||||||
|
ent.IP = v
|
||||||
|
}
|
||||||
case "T":
|
case "T":
|
||||||
ent.Time, err = time.Parse(time.RFC3339, v)
|
ent.Time, err = time.Parse(time.RFC3339, v)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user