Skip to content

Commit fd04395

Browse files
committed
fix lint ci
1 parent f34647c commit fd04395

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apisix/plugins/log-rotate.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,8 @@ function _M.init()
322322
if not local_conf then
323323
local_conf = core.config.local_conf()
324324
end
325-
enable_access_log = core.table.try_read_attr(local_conf, "nginx_config", "http", "enable_access_log")
325+
enable_access_log = core.table.try_read_attr(
326+
local_conf, "nginx_config", "http", "enable_access_log")
326327
timers.register_timer("plugin#log-rotate", rotate, true)
327328
end
328329

0 commit comments

Comments
 (0)