- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2017 02:05 PM
Hello,
Could someone please help where I could find logs for inbound rest calls with the payloads on them?
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2017 02:22 PM
if you dont find it then add with default value false, change to true during debugging.
Adding a Property - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2017 02:19 PM
Enable following property to see REST payload
sys_properties.list
glide.rest.debug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2017 02:22 PM
if you dont find it then add with default value false, change to true during debugging.
Adding a Property - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2017 02:24 PM
Thank you for the reply. Have the property enabled, are they expected to be on the sys_log table?
Am not able to find anything on it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2017 02:49 PM
have you re-logged in? Normally current session wouldn't pick new properties. Your regular logs supposed to be showing REST payloads with property to be in place.