Skip to:
`core/packages/cdn/s3.cfc` generates a lot of log records
Blair suggested adding flag to location configDefault to false
<cffunction name="validateConfig"...<cfif not structkeyexists(st,"bDebug")><cfset st["bDebug"] = false /></cfif>...
<cfif arguments.config.bDebug><cflog file="#application.applicationname#_s3" text="..." /></cfif>
Pull Request https://github.com/farcrycore/core/pull/91
ioCopyFile() and ioMoveFile() have optional config argumentsso have added checks to set bDebug flag
`core/packages/cdn/s3.cfc` generates a lot of log records
Blair suggested adding flag to location config
Default to false
<cffunction name="validateConfig"
...
<cfif not structkeyexists(st,"bDebug")>
<cfset st["bDebug"] = false />
</cfif>
...
<cfif arguments.config.bDebug>
<cflog file="#application.applicationname#_s3" text="..." />
</cfif>