Hi,

We monitor our applications in the production environment by
monitoring various coldfusion logs, like exception.log.  When a remote
client calls a webservice on our server and that webservice generates
an exception, is that logged anywhere on our server?

For example, I would hope this is logged somewhere:
<cfcomponent>
  <cffunction name="TestException" access="remote" >
    <cfthrow message="I should be logged somewhere" >
  </cffunction>
</cfcomponent>

I've grep'd arround and I can't find it.  We could implement our own
try/catch with logging in all webservices, but I'm hoping that is not
necessary.

Thanks!
Jon

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245424
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to