From d69b4918eb12f98acee59c7affea620591239a44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Sun, 29 May 2022 23:48:15 +0800 Subject: [PATCH] fix log --- scripts/upload_combined_image.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upload_combined_image.lua b/scripts/upload_combined_image.lua index 4e2d57b..635f3ca 100644 --- a/scripts/upload_combined_image.lua +++ b/scripts/upload_combined_image.lua @@ -1,7 +1,7 @@ package.path = package.path .. ';/?.lua'; ngx.log(ngx.INFO, 'UPLOAD COMBINED IMAGE -> start') local upyun_upload = require("upyun_upload") -ngx.log(ngx.INFO, 'UPLOAD COMBINED IMAGE -> upyun_upload -> ', upyun_upload) +ngx.log(ngx.INFO, 'UPLOAD COMBINED IMAGE -> upyun_upload loaded') local file_to_upload = string.match(ngx.var.request_uri, ".*/(.*)") ngx.log(ngx.INFO, 'UPLOAD COMBINED IMAGE -> file to upload -> ', file_to_upload)