We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589b3f8 commit 12d4f29Copy full SHA for 12d4f29
1 file changed
lib/resty/logger/socket.lua
@@ -386,7 +386,7 @@ function _M.init(user_config)
386
if periodic_flush then
387
if debug then
388
ngx_log(DEBUG, "periodic flush enabled for every "
389
- .. periodic_flush .. " milliseconds")
+ .. periodic_flush .. " seconds")
390
end
391
need_periodic_flush = true
392
timer_at(periodic_flush, _periodic_flush)
0 commit comments