Baoyuantop commented on code in PR #13142:
URL: https://github.com/apache/apisix/pull/13142#discussion_r3025499422
##########
apisix/plugins/opa.lua:
##########
@@ -51,6 +51,11 @@ local schema = {
with_route = {type = "boolean", default = false},
with_service = {type = "boolean", default = false},
with_consumer = {type = "boolean", default = false},
+ debug = {
Review Comment:
I don't think this configuration option is necessary. When the log level is
set to debug, debug logs will already be printed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]