What scripts generate Script Log Statements?

tahnalos
Kilo Sage

What scripts generate entries in the Script log?  I am aware of Business Rules, Workflow, and Script Includes.  Are there any others?

Someone put some sort of test statement in our production environment and it is flooding our script log with static messages.  Searching for scripts (business rules, script includes) that have this statement does not seem to isolate it.

To be sure, these script logs seem to happen on a display business rule and nowhere else.  Searching said business rules for the text in these logs comes up empty.

Thanks

1 ACCEPTED SOLUTION

tahnalos
Kilo Sage

Figured it out.  It was an ACL that was triggering this.  I found the ACL and deactivated the test code.

 

Thanks

View solution in original post

4 REPLIES 4

sachin_namjoshi
Kilo Patron
Kilo Patron

 

Please check useful blog below to find out source of your debug script logs.

 

https://snprotips.com/blog/2016/1/26/make-your-gslog-entries-easier-to-find

 

Regards.

Sachin

tahnalos
Kilo Sage

Not quite what I'm looking for.  We are aware of the exact event that is triggering these messages, but we don't know what code is triggering it.  As mentioned before, this only happened when we display a particular record, so we were thinking a display business rule, but none of them seem to have the text string in question.  Searching for gs.log in both script includes and business rules seems to draw a blank.

I think its time for you to use OOB Code Search Application. 

If you are in Global Scope and you dont have at least one scoped app, jump to the comments made by joost

Using Code Search to make Trouble Shooting easier

tahnalos
Kilo Sage

Figured it out.  It was an ACL that was triggering this.  I found the ACL and deactivated the test code.

 

Thanks