> I just noticed in CF5, I was generating an error within a
> <CFTRY><CFCATCH> block, and those errors do not appear in the
> application log. Is that normal?
Yes, since you're in a CFTRY, you're handling the error, so CF doesn't
log it unless you tell it to
> Just checked the archives before I sent this, and I see that
> the handled error is not logged, but I also saw a thread that
> the database error should still log. The weird thing is as I
> am trying to force it now, it is not logging, however, I do
> have traces of the database error in my log.
>
> Anyone ever get a handle on this as far as a consistent
> understanding of what causes it to be logged?
I'd suggest you use CFLOG to log it yourself, that way you can force the
information into the log files
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
- <CFTRY><CFCATCH> & application.log Daniel J O'Keefe
- Philip Arnold