Revolyssup commented on code in PR #9604: URL: https://github.com/apache/apisix/pull/9604#discussion_r1219034336
########## 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: @kayx23 Here you can see its hardcoded https://github.com/apache/apisix/blob/01c583d24919e192085fda40a5e247e2a406d715/apisix/debug.lua#L311 -- 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]
