Set the Aggregator logging level to FINEST on the Detection Server
book
Article ID: 171124
calendar_today
Updated On:
Products
Data Loss PreventionData Loss Prevention Network Prevent for Email Virtual ApplianceData Loss Prevention Network Prevent for Web Virtual ApplianceData Loss Prevention Network ProtectData Loss Prevention Network WebData Loss Prevention Network Prevent for EmailData Loss Prevention Network Monitor and Prevent for WebData Loss Prevention Network Monitor and Prevent for Email and WebData Loss Prevention Network Monitor and Prevent for EmailData Loss Prevention Network MonitorData Loss Prevention Network EmailData Loss Prevention Network DiscoverData Loss Prevention Enterprise SuiteData Loss Prevention Endpoint SuiteData Loss Prevention Endpoint PreventData Loss Prevention Endpoint DiscoverData Loss Prevention Discover SuiteData Loss Prevention Core Package
Issue/Introduction
There are times when the default logging level is not sufficient enough to track aggregator activity.
Resolution
To increase the aggregator logging to FINEST follow these steps:
Login to the server
Browse to \Symantec\DataLossPrevention\DetectionServer\<version>\Protect\config
Modify the AggregatorLogging.properties file
Make the following changes:
.level = INFO
to
.level = FINEST
java.util.logging.FileHandler.limit = 5000000
to
java.util.logging.FileHandler.limit = 10000000
java.util.logging.FileHandler.count = 20
to
java.util.logging.FileHandler.count = 99
Save the file
Restart the service Symantec DLP Detection Server Service
The aggregator logging will now include the FINEST level details in it.