We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bce4f2 commit 28a853fCopy full SHA for 28a853f
src/lua/api-gateway/dogstatsd/Dogstatsd.lua
@@ -41,7 +41,7 @@ local function getDogstatsd()
41
42
local isDogstatsEnabled = ngx.var.isDogstatsEnabled
43
if isDogstatsEnabled == nil or isDogstatsEnabled == "false" then
44
- ngx.log(ngx.INFO, "dogstats module is disabled")
+ ngx.log(ngx.DEBUG, "dogstats module is disabled")
45
return nil
46
end
47
0 commit comments