Debugging in PRODUCTION

Hi everyone,

I want to use the performance analyser plugin in my PROD system to track certain exceptions and performance issue that I am unable to replicate in my DEV box.

Performance analyser requires that debugging be enabled along with a debugging template. When I enable the template, I can see the debugging information attached to the page. I don’t want to show that to the users.

How can I enable debugging + performance analyser plugin without showing the debugging information to the end users of my website ?

I am on Lucee 6 running on Windows 2022 Server with IIS as my web server. Thank you.

To not output debugging information, use <cfsetting showdebugoutput=false> in your application.cfc.