Skip to content

Commit 318dd41

Browse files
author
tygwak
committed
fix: change error messages for path properties
1 parent d40acc5 commit 318dd41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apisix/plugins/file-logger.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ local function get_configured_path(conf)
9292
return metadata.value.path
9393
end
9494

95-
return nil, "property 'path' is required"
95+
return nil, "property \"path\" is required"
9696
end
9797

9898

0 commit comments

Comments
 (0)