
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2025 01:09 PM
Hi!
In ServiceNow Administration Fundamentals E-book, students learn that there is a system property (glide.sys.log_impersonation) to control logs from impersonate.
But even without this property, when an admin impersonate someone and after that check in sys_log table, there is a log for that. Does anybody knows something about this property or how explain this behavior?
Thank you!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2025 01:23 PM
If this system property does not exists then system automatically takes the default value, there are many such system properties which are not searchable but system will take default value and work as expected.
Based on our need we can create and update this property. For now just create this property and try to set to false and check if it stops logging the impersonations.
Please mark this as helpful / accepted solution if it resolves your issue.
Thanks & Regards
Veer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2025 01:23 PM
If this system property does not exists then system automatically takes the default value, there are many such system properties which are not searchable but system will take default value and work as expected.
Based on our need we can create and update this property. For now just create this property and try to set to false and check if it stops logging the impersonations.
Please mark this as helpful / accepted solution if it resolves your issue.
Thanks & Regards
Veer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2025 07:34 AM
Hi @Veer!
Thank for your answer! It really makes sense!