Skip to content

Commit 28a853f

Browse files
authored
Silence Dogstatsd logging (#84)
1 parent 5bce4f2 commit 28a853f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lua/api-gateway/dogstatsd/Dogstatsd.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ local function getDogstatsd()
4141

4242
local isDogstatsEnabled = ngx.var.isDogstatsEnabled
4343
if isDogstatsEnabled == nil or isDogstatsEnabled == "false" then
44-
ngx.log(ngx.INFO, "dogstats module is disabled")
44+
ngx.log(ngx.DEBUG, "dogstats module is disabled")
4545
return nil
4646
end
4747

0 commit comments

Comments
 (0)