---
original_url: "https://jace.pro/blog/logtail-a-node-in-servicenow/"
format: markdown
ai_optimized: true
---

Logtail a node in ServiceNow# Logtail a node in ServiceNow

September 26, 2017 [servicenow](/tags/servicenow/)

  Enable AI AnimationPoint your browser to `/channel.do?sysparm_channel=logtail`

What does this load?

![Screenshot of logtail.do in ServiceNow](/img/NWfoFDNE0B-650.jpeg)Screenshot of logtail.do in ServiceNow

This was posted on (now defunct) [servicenowgems.com](http://servicenowgems.com) but I have to cover it too.

I was wondering how this worked. This is a logtail for the logs in ServiceNow in the system on the UI page
`channel.do?sysparm_channel=logtail`.

This is called via the UI page [channel.do](http://channel.do) which make a GlideAjax request to ChannelAjax.
I tried to find all the parts that make this work, and I was able to create a new channel, but I was unable to direct any logs to it.
Below are all the exposed files I could find that made this work. This points to `channel_stream.do` and `threads.do` which are both black boxed.

---
[View this page on GitHub](https://github.com/jacebenson/jace.pro/tree/main/./src/posts/2017/2017-09-26-logtail.md).

[Logtail a node in ServiceNow](https://jace.pro/blog/logtail-a-node-in-servicenow/) [Jace Benson](https://jace.pro) ![Jace Benson](https://jace.pro/icon-512x512.png)

---

*This content is from Jace Benson's ServiceNow and tech blog at jace.pro*
*Original post: https://jace.pro/blog/logtail-a-node-in-servicenow/*
