Skip to content

Commit b85d398

Browse files
committed
Update log levels
1 parent 4590551 commit b85d398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kinesis_resty.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function Kinesis:_send(target, payload)
128128
local httpc = http.new()
129129
httpc:set_timeout(5000)
130130
local headers = self:_sign_request(payload, target)
131-
ngx.log(ngx.ERR, "Kinesis Request Headers: ", cjson.encode(headers))
131+
ngx.log(ngx.DEBUG, "Kinesis Request Headers: ", cjson.encode(headers))
132132
local res, err = httpc:request_uri(self.endpoint, {
133133
method = "POST",
134134
body = payload,

0 commit comments

Comments
 (0)