HOW TO

Purge GeoEvent Extension logs by size

Last Published: April 26, 2020

Summary

The ArcGIS GeoEvent Extension for Server is designed to store the most recent activity logs in the 'karaf.log' file and up to ten additional sets of previous logs in the karaf.log.(x) files. These logs are not purged by date, but are configured to record activity until a set file size has been met. The oldest logs are recycled as new logs are generated. Once reaching the set file size the log files are renamed into a sequential order with 'karaf.log.1' the most recent backup, through karaf.log.10. By default these files are set with a 1MB maximum size with 10 backup log files and a total size of 11MB (1MB for current log and 10MB of backups).

Based on the behavior being observed within the GeoEvent Extension, it may be necessary to increase either the size or the quantity of these logs to ensure all necessary information is retained. These settings can be configured through the steps described below.

Procedure

Log file size and count can be adjusted by modifying the following values in the 'org.ops4j.pax.logging.cfg' configuration file to get the desired purge effect based on size.

  1. Stop the ArcGIS GeoEvent Windows Service.

  2. Browse to the GeoEvent install location to access the following configuration file:

    <geoevent-install-location>\etc\org.ops4j.pax.logging.cfg 

  3. Open the file in a text editor. Edit line #38 to modify the max log file size.

    Code:
    log4j.appender.out.maxFileSize=1MB

  4. Edit line #39 to modify the max no. of log files.

    Code:
    log4j.appender.out.maxBackupIndex=10

  5. Save the edits.

  6. Start the ArcGIS GeoEvent Windows Service
    Note:
    Increasing these values to a very large magnitude might introduce some performance issues due to file buildup.

Article ID:000012634

Software:
  • ArcGIS Server

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Related Information

Discover more on this topic