Where to find REST Service Debug Logs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2015 08:46 PM
Hi,
I have been figuring out how to debug REST services. I came across below link and followed instructions:
I already set the property mentioned in the article to true. I am running the REST service through the UI (System Web Services -> Outbound -> REST Message)and through script (Fix Script). But to no avail, I cannot seem to find the logs anywhere. Any advice?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2015 09:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2015 09:43 PM
Hi Tony Barratt
That's where I am looking at. But to no avail. I have already tried to explore the Node Log File Browser. On the other note, there seems to be a plausible answer for this in another thread, someone answered my query.
On Fuji instance, there is a different debug property available.
Debug property for Outbound REST : glide.rest.outbound.debug
Debug property for Outbound HTTP : glide.http.log_debug
Will try this first and report if this worked!
Re: Debugging web services in ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2015 11:39 PM
Hi Tony Barratt
This did NOT work for me. There are still no logs recorded for my REST Outbound service.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2016 06:02 AM
Dalton, did you ever find an answer for this? I'm trying to debug my outbound REST calls, have enabled all of these properties, but am seeing nothing new in the logs. My calls are being made from script includes and business rules out to a 3rd party application.
Edit: correct answer can be found here: Re: REST API Logging? (System Logs -> Utilities -> Node Log File Browser)