Skip to content

Commit

Permalink
Silence Dogstatsd logging (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
selfxp authored Oct 4, 2023
1 parent 5bce4f2 commit 28a853f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lua/api-gateway/dogstatsd/Dogstatsd.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ local function getDogstatsd()

local isDogstatsEnabled = ngx.var.isDogstatsEnabled
if isDogstatsEnabled == nil or isDogstatsEnabled == "false" then
ngx.log(ngx.INFO, "dogstats module is disabled")
ngx.log(ngx.DEBUG, "dogstats module is disabled")
return nil
end

Expand Down

0 comments on commit 28a853f

Please sign in to comment.