How to set the Aggregator logging level to FINEST
search cancel

How to set the Aggregator logging level to FINEST

book

Article ID: 171124

calendar_today

Updated On:

Products

Data Loss Prevention

Issue/Introduction

There are times when the default logging level is not sufficient enough to track aggregator activity. To increase the aggregator logging to FINEST follow these steps:

Resolution

  1. Login to the server
  2. Browse to
    \Symantec\DataLossPrevention\DetectionServer\15.x\Protect\config
  3. Modify the AggregatorLogging.properties file
  4. 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
  1. Save the file
  2. Restart the service
    Symantec DLP Detect Server Service (15.x)

The aggregator logging will now include the FINEST level details in it.