saikrishna_12
Tera Guru

to only see ACL logs which are refusing access to user -
GlideSessionDebug.enable("security_refuse");

to only see ACL logs which are granting access to user - GlideSessionDebug.enable("security_grant");

if transactions are running in background, you can print ACL logs to node log file by below:
GlideSessionDebug.enable("security_refuse, true");
GlideSessionDebug.enable("security_grant, true");

 

https://youtu.be/_-C6NqyUiy0?list=PL3rNcyAiDYK08_Xjuvu6IFEK8pqFT99WQ

 

Version history
Last update:
‎04-23-2022 08:24 AM
Updated by: