What is the use of Configuring the log protection plugin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2024 05:57 AM
What is the effect of configuring the log protection plugin in servicenow?
*Can anyone explain how we can control logs in the ServiceNow prod instance to avoid the system performance.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2024 06:14 AM
Hi,
Basically you are not supposed to add unnecessary logging in custom scripts going to production instance(or out of dev)
The log table is already on rotation oob, so it will keep flushing old logs out.
Are you looking at anything more?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2024 07:32 AM
@Anurag Tripathi, Can you explain a little more about this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2024 07:45 AM
Which part?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2024 06:23 AM
Hi @Kishor O ,
To avoid Log tampering we use log protection plugin.
Configure the protection rules for each table and operation to complete the configuration of the log protection plugin.