Turn off default debugging output at the site level - Coldfusion 10

1.7k views Asked by At

This might be a bug or corrupt file issue, but for some reason, I'm seeing the debugging output at the bottom of one of my CF10 websites. I can go in and add <cfsetting showdebugoutput="no"> and it turns off, but on my other websites, it's off by default. On those sites, I have to add <cfsetting showdebugoutput="yes"> for the debugging to show up.

I checked the CF Administrator and for this site and another that's behaving correctly, but I'm not seeing any differences. I don't have any IPs added to the Debugging IP Addresses, so that's not it either.

I can go into Debugger Settings and turn off Enable Request Debugging Output to get it to disappear, but then even <cfsetting showdebugoutput="yes"> doesn't turn it on when I want it. Plus I didn't have to do that on other sites that are working correctly.

Thoughts?

2

There are 2 answers

0
Mark A Kruger On BEST ANSWER

Remember that when there is no ip address in the allowed IP addresses, debugging is shown to everyone willy nilly. Make sure and keep/add 127.0.0.1 then only that IP is allowed. Subsequently you can add other IPs as needed.

enter image description here

1
William Greenly On

Check your Application.cfc as well for the following:

this.debuggingIPAddresses