Add flag that would be used for turning on informational login

Description

`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>

Environment

None

Activity

Andrew Mercer November 1, 2018 at 10:46 PM

Pull Request
https://github.com/farcrycore/core/pull/91

ioCopyFile() and ioMoveFile() have optional config arguments
so have added checks to set bDebug flag

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created October 31, 2018 at 3:54 AM
Updated November 1, 2018 at 11:13 PM
Resolved November 1, 2018 at 11:13 PM