Where we can see the logDebug messages?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2018 11:00 AM
Hi,
I have a script include and it contains the below line,
I have to know where I can see these log messages
Regards,
Gokulraj S

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2018 01:22 PM
Hi Gokulraj,
looking at the GSLog script, it seems that to print in the log it can use both gs.print and gs.log, depending on the settings in the script.
If you do not find it in the syslog it could be because it uses gs.print.
Here you can find information on where gs.print print
What is the difference between gs.log() and gs.print()?
Where does gs.print output go?
How can I view gs.log and gs.print statements using Debug log?
Try to see if you find and let us know
Daniele