I upgraded from 2.2 to 3.0 and I'm getting this error:
Message: Element _TAFFY.SETTINGS.EXCEPTIONLOGADAPTER is undefined in APPLICATION
Here's the relevant code from application.cfc
variables.framework = {
debugKey = "debug"
,reloadKey = "taffyrox"
,reloadPassword = "true"
,serializer = "resources.CustomRepresentationClass"
,returnExceptionsAsJson = true
,exceptionLogAdapter = "taffyV3.bonus.LogToEmail"
,exceptionLogAdapterConfig = {
emailSubj = "Exception Trapped in API",
emailType = "html"
}
I'm sure it's an oversight on my part but can't quite figure out what it is.
TIA