- querylogs: GET /control/querylog: "service_name" field wasn't set
Squashed commit of the following: commit a6571d483c8b5af6c051fb2fc08661d609a4e3d0 Author: Simon Zolin <s.zolin@adguard.com> Date: Tue Sep 22 17:27:54 2020 +0300 - querylogs: GET /control/querylog: "service_name" field wasn't set
This commit is contained in:
@@ -56,6 +56,8 @@ func decodeLogEntry(ent *logEntry, str string) {
|
||||
case "Reason":
|
||||
i, err = strconv.Atoi(v)
|
||||
ent.Result.Reason = dnsfilter.Reason(i)
|
||||
case "ServiceName":
|
||||
ent.Result.ServiceName = v
|
||||
|
||||
case "Upstream":
|
||||
ent.Upstream = v
|
||||
|
||||
Reference in New Issue
Block a user