Skip to content

Commit

Permalink
remove latency details method from recalling
Browse files Browse the repository at this point in the history
Signed-off-by: Bisakh Mondal <[email protected]>
  • Loading branch information
bisakhmondal committed Jan 19, 2022
1 parent 7fa9cc1 commit a3e4559
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apisix/plugins/loggly.lua
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ local function generate_log_message(conf, ctx)
local entry = log_util.get_full_log(ngx, {
include_req_body = conf.include_req_body
})
entry.latency, entry.upstream_latency,
entry.apisix_latency = log_util.latency_details_in_ms(ctx)

if conf.prefer_name then
if entry.service_id and entry.service_id ~= "" then
Expand Down

0 comments on commit a3e4559

Please sign in to comment.