I’m unable to find any documentation that describes how to [view] log
errors from Lucee’s REST service. Is that possible? How does one
troubleshoot REST services?
I’ve found this from CF10.
Does it apply to Lucee 5 as well?On Monday, June 20, 2016 at 10:02:57 AM UTC-5, Travis Peters wrote:
I’m unable to find any documentation that describes how to [view] log
errors from Lucee’s REST service. Is that possible? How does one
troubleshoot REST services?
Hi Travis, frankly I consider the built in REST service unusable and full
of head scratchers. If I recall, onError is not called with the built in
REST framework, and/or its not easy to get a standard stack trace dump.
Maybe others have built a robust app with it, but I gave up and I’d
recommend http://taffy.io/ or framework-one
https://github.com/framework-one/fw1 to construct your REST application.On Monday, June 20, 2016 at 11:35:00 AM UTC-4, Travis Peters wrote:
I’ve found this from CF10.
Does it apply to Lucee 5 as well?
On Monday, June 20, 2016 at 10:02:57 AM UTC-5, Travis Peters wrote:
I’m unable to find any documentation that describes how to [view] log
errors from Lucee’s REST service. Is that possible? How does one
troubleshoot REST services?