By dynamically reloading configuration, parameters such as debug and timezone can be updated for running eKuiper without restarting the application.
PATCH http://localhost:9081/configs
Request demo:
{
"debug": true,
"consoleLog": true,
"fileLog": true,
"timezone": "UTC"
}
Current supported dynamic reloadable parameters:
debug
consoleLog
fileLog
timezone