Log File Management in Plugin Migrations.


The Plugin captures events triggered during the execution of a migration job in a .log file.

Each migration job generates its own log file to ensure detailed tracking of events.

The name of each log file follows the pattern yyyy-MM-dd__HH_mm_ss.log, which helps in identifying the exact time of the events logged.

All log files are systematically stored in the logs subdirectory, located in the same directory as the export.json file.

Example of working folder structure:

|- export.json
|- logs/
   |- 2024-04-24__02_17_22.log
   |- 2024-04-25__15_43_07.log
   |- ...
Last updated on 28th Apr 2024