Class LogRotationService

All Implemented Interfaces:
ExtensionPoint, Runnable

@Extension public class LogRotationService extends PeriodicWork
Periodic log retention cleanup. Runs hourly. Deletes rotated log files older than the configured retention period. Does NOT delete the current active log file.
  • Constructor Details

    • LogRotationService

      public LogRotationService()
  • Method Details