cuiWT commented on issue #6083:
URL: https://github.com/apache/apisix/issues/6083#issuecomment-1012838419


   > > They‘re same. is there a log file can help finding the problem?
   > 
   > You can adjust the log level to info to get more logs.
   > 
   > What is the plugin name you have defined in the plugin?
   ```
   local plugin_name = "feature-env-plugin"
   
   local _M = {
       version = 0.1,
       priority = 10,        
       name = plugin_name,
       schema = schema,
   }
   ```


-- 
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]


Reply via email to