Class ConsoleService
java.lang.Object
de.bytestore.hostinger.process.service.ConsoleService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpurgeOldLogs(Integer maxAge) Purges old console log entries from the database that are older than the specified maximum age.
-
Constructor Details
-
ConsoleService
public ConsoleService(io.jmix.core.DataManager dataManager)
-
-
Method Details
-
purgeOldLogs
Purges old console log entries from the database that are older than the specified maximum age.- Parameters:
maxAge- the maximum age of log entries to retain, in minutes. Entries older than this age will be deleted.
-