saikrishna_12
Tera Guru
Options
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 04-23-2022 08:24 AM
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
Labels:
- 1,269 Views