HOW TO
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.
<geoevent-install-location>\etc\org.ops4j.pax.logging.cfg
Code:
log4j.appender.out.maxFileSize=1MB
Code:
log4j.appender.out.maxBackupIndex=10
Note:
Increasing these values to a very large magnitude might introduce some performance issues due to file buildup.
Get help from ArcGIS experts
Download the Esri Support App