Prevent logging ALL http requests in ColdFusion-out.log
Our applications make a good number of external API calls using <cfhttp>. I noticed that EVERY http call is logged in ColdFusion-out.log and based on how many calls we make the log files are in the GB range.
Our ColdFusion-out.log is filled with millions of records that nobody looks at and I would like to stop
logging this data and creating enourmous log files. Any help would be greatly appreciated.
