Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

can I use gs.info or gs.log in ACL?

Akki1
Tera Contributor

My acl script some line is not working as expected. can I check using gs.info or gs.log? or anything else

3 REPLIES 3

Vasantharajan N
Tera Sage
Tera Sage

@Akki1 - Yes. Please use gs.info which is common for Global and Other scope


Thanks & Regards,
Vasanth

SupriyaWaghmode
Kilo Sage
Kilo Sage

Yes you can use  gs.log as ACL script is server side script.

Community Alums
Not applicable

Hi @Akki1 ,

Avoid using gs.log for scoped applications.

You can use either gs.info or gs.debug (enable the sys_property)