-
Task
-
Resolution: Fixed
-
None
-
Critical
-
The specificData field for t5memory language resources is logged daily separately for easier backup usage of the TMs.
-
Emptyshow more show less
problem
When restoring and using the TMs from the backup, there may be more TMs on the disk (due splitting) as currently really needed and used. The really needed ones are defined in the specificData field of the language resource.
solution / todo
Via the daily cron job we should log the specificData for each t5memory language resource into a separate log file data/logs/t5memory-specificData.log
Format of the logfile should be:
Current Time Stamp; tmprefix; LanguageResource ID; Name; specificData as Json one liner
The new log file should be added to the logrotate config in application/modules/editor/src/Logging/Rotation.php // at least checked if it rotates, since rotation config should cover all logfiles in the logs dir.