gs.log for executing pre/post-import script

jacobpeterson
Mega Expert

Hello all,

We currently have pre/post-scripts for our users scheduled data import. The pre-script looks something like this:

gs.log('DATA LOADER | HR Import Process has started ', 'HROnBoard');

I'm trying to locate where this message will show but I can't find it. I have looked in the System Log's under the Messages Column and various other places. I'm also confused as to what the 'HROnboard' is?

Thank you in advance.

1 ACCEPTED SOLUTION

jarodm
Mega Guru

Check the system logs. There are a handful of modules available on the left-bar, but can also be directly accessed by typing `syslog.list` into the left navigator.



'HROnboard' is the source. It is an optional parameter will aid is filtering out the syslogs.



Docs Article: GlideSystem - ServiceNow Wiki


View solution in original post

2 REPLIES 2

jarodm
Mega Guru

Check the system logs. There are a handful of modules available on the left-bar, but can also be directly accessed by typing `syslog.list` into the left navigator.



'HROnboard' is the source. It is an optional parameter will aid is filtering out the syslogs.



Docs Article: GlideSystem - ServiceNow Wiki


Hey you're the man I finally found it!



Thank you for the info!