The Apprenda Platform allows operators to manually clear some or all logs using the System Operations Center (SOC) Logs page.
http://docs.apprenda.com/5-0/managing-event-logs
There are times in which a platform operator needs to manually delete all logs directly in the DB such as during a system outage, troubleshooting when the SOC is unavailable, and other.
If you ever encounter yourself in this situation, simply follow these steps:
- Log in to the SQL Server hosting the Apprenda Core Databases
- Click on New Query and run the following query
truncate table [SaaSGrid Core].[dbo].Log
Applies to version 5.0 and below
Comments