Feature-Request: Timestamp or some other correlationID required

I can’t see any remarks about the correlationID in the logs. Can you tell me where it comes from?

on multi-systems debugging via log you need something to correlate the log messages. The simpliest one is a timestamp in the logs. This is missing in the migrator.
The better one is to have UUIDs on both sides, so you clearly identify errors independently if you have tons of parallel threads on any system.

What I see in the logs is that your OTRS takes to long to answer that HTTP POST request:

thread#5: PARAMS: {:Subaction=>“Export”, :Object=>“Ticket”, :Limit=>20, :Offset=>56240, :Diff=>0, Action=>“ZammadMigrator”, :Key=>“123456789wert6zuio”}

how do you see it from that log message? I have no clue how you identify the issue from this line?

Thank you for the hint. Changed the timeouts by trippeling them. Will report if this will not work.