kayx23 commented on code in PR #9604: URL: https://github.com/apache/apisix/pull/9604#discussion_r1219022314
########## docs/en/latest/debug-mode.md: ########## @@ -37,6 +37,7 @@ You can enable the basic debug mode by adding this line to your debug configurat basic: enable: true ``` +APISIX syncs the configuration passed in debug.yaml on startup and then checks if the file was modified on an interval of 1 second. If the file is changed, then it resyncs the debug configuration so that users don't have to reload for the debug configuration to take effect. Review Comment: ```suggestion APISIX loads the configurations of `debug.yaml` on startup and then checks if the file is modified on an interval of 1 second. If the file is changed, APISIX automatically applies the configuration changes. -- 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]
