add log
This commit is contained in:
@@ -49,7 +49,7 @@ local function read_form_file()
|
||||
|
||||
if file_name then
|
||||
file = io.open(file_dir .. "/" .. file_name, "w+")
|
||||
ngx.log(ngx.INFO, "FILENAME -> ", file_name)
|
||||
ngx.log(ngx.INFO, "TO COMBINE FILENAME -> ", file_name)
|
||||
if not file then
|
||||
ngx.say("failed to open file ", file_name)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user