brbzull0 commented on PR #12409: URL: https://github.com/apache/trafficserver/pull/12409#issuecomment-3144560386
100% onboard with this change. Now I think some may still do things like this, and using the `debug.enabled` as example as it's probably the most manually record set. ``` traffic_ctl config set proxy.config.diags.debug.enabled 1 ``` The output would be: ``` [9] Error during execution - [2000] Record not found. [2000] ``` I think would be a good idea, having some mapping for this so if you hit one of the variables in that mapping you could get an error, like: ``` $ traffic_ctl config set proxy.config.diags.debug.enabled 1 Warning: proxy.config.diags.debug.enabled is deprecated, use proxy.config.diags.debug.mode instead. ``` We could even have this inside ATS, but not sure how far we wanna go. -- 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]
