Flow designer: Increase log level in flow designer rest actions. [outbound HTTP log]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2023 02:37 AM - edited 02-02-2023 02:38 AM
Hi There,
I have created a flow designer, running the rest message. I am getting the Request and response tabs as blank. Can some one help me on how to get the logging info in "outbound http log". Is there some system property to get this info.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 10:00 AM
Don't know if you ever found the answer to this, but I was looking for the same thing and ran across this KB article:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0659194
In flow designer, it looks like you have to enable logging for all outbound HTTP requests rather than just specific ones. Step 2 of the article above states:
For Flow Designer/Spoke Rest or Soap steps to check outbound web service logs
Set the system properties . Please note these are global properties and affect all the outbound web services logging . Please disable once the logs are captured
Filter navigator -> sys_properties.list
glide.outbound_http_log.override.level = all
glide.outbound_http.content.max_limit = 1000
glide.outbound_http_log.override = true