Skip to content

Commit

Permalink
fix mismatched debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed Dec 6, 2023
1 parent 10999fa commit 76dc27b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apisix/upstream.lua
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,7 @@ local function create_checker(upstream)
end
upstream.is_creating_checker = true

if not events.healthcheck_events_module then
core.log.debug("no configured health check event module found, fallback to lua-resty-worker-events")
end

core.log.debug("events module used by the healthcheck: ", events.events_module, ", module name: ",events:get_healthcheck_events_modele())
local checker, err = healthcheck.new({
name = get_healthchecker_name(healthcheck_parent),
shm_name = "upstream-healthcheck",
Expand Down

0 comments on commit 76dc27b

Please sign in to comment.