Logging
To enable proper logging, the following logger must be activated:
log.level.com.gk_software.gkr.server.common.database.stats.internal.DbStatsService=INFO
Detailed information about maintenance execution can be found in the database. On the first execution, the GK_STATS component creates a kind of protocol table: gk_stats_log. For each execution protocol, entries containing information about the execution state for each table are added to the table.
Example SQL to check the content of the table:
select * from gk_stats_log