- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2017 09:38 AM
Hey all, I'm trying to follow the SN Instance Maintenance Recommended Practices guide, and I'm trying read through a really, really, really large log file. It's 160mb. That's too big for Notepad or Notepad++. I was wondering what you all use to view these sorts of files.
ctomasi, what does ServiceNow use to view these files?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2017 08:56 AM
Hey Andrew,
Just a suggestion, have you tried using the more command for Linux since you're just trying to read the files? If you're not editing them, or if you're on Windows there's a program called baretail, https://www.baremetalsoft.com/baretail/, that's just meant for reading log files. Hope this helps!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2017 09:40 AM
I usually use vi or TextWrangler (Mac).
Windows users?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2017 08:56 AM
Hey Andrew,
Just a suggestion, have you tried using the more command for Linux since you're just trying to read the files? If you're not editing them, or if you're on Windows there's a program called baretail, https://www.baremetalsoft.com/baretail/, that's just meant for reading log files. Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2017 07:39 AM
This worked! Thanks! I was going crazy trying to review a 1.3gb log file!