Skip to content

Commit 2ccf531

Browse files
authored
Update apisix/plugins/file-logger.lua
1 parent 318dd41 commit 2ccf531

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 not set in either the plugin conf or the metadata"
9696
end
9797

9898

0 commit comments

Comments
 (0)