How to see our logs in Rest API

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2017 04:33 AM
Hi All,
how we can see the logs of REST API in snow.
first we created inbound WS then created outbound WS. it is success that is 200.
but data is not inserted.
now my doubt is i want to see the logs if it is catches.
so where we can find the logs under system logs or other places ?
Regards,
Abhishek Anand

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2017 06:51 AM
Hi Jaspal, thanks for you info
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2023 08:14 AM
Hi Jaspal,
I have activated the property. I tried hitting an Inbound API in ServiceNow thru Postman. It still does not show any REST API Logs in Node Logs Browser.
Kindly guide me through.
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2017 05:20 AM
Hello Abhishek,
Please find the following articles which will help you understand how to see the REST API logs:
Where to find REST Service Debug Logs?
Also this is from our Developers portal:
You can debug REST queries by reviewing the debug log.
When the property glide.rest.debug is true, all REST processing is logged.
REST Logging includes processing durations, headers, and the request body. Prolonged use of this property can affect performance, so it is best to use it while debugging REST processing, and then set the property back to false.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2017 06:53 AM
Thanks Dravvy for your information...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2017 06:54 AM
I am happy if that was helpful ab@wl272356. You can mark it accordingly