stack/erp5: use %Ta for timing of haproxy requests

%Tt was not good, because it also included the idle time from previous
request when the connection was reused, causing times recorded in log
files to be much longer the actual request duration.

%Ta - which is described as total active time for the HTTP request,
between the moment the proxy received the first byte of the request
header and the emission of the last byte of the response body - is much
more suitable for our use case of measuring requests durations and is
similar to apache's %D
5 jobs for master in 0 seconds
Status Job ID Name Coverage
  External
passed SlapOS.Eggs.UnitTest-Master.Python2

00:55:30

passed SlapOS.Eggs.UnitTest-Master.Python3

00:12:45

passed SlapOS.SlapRunner.ResilienceTest-Master

00:21:41

failed SlapOS.SoftwareReleases.IntegrationTest-Master.Python2

05:32:58

failed SlapOS.SoftwareReleases.IntegrationTest-Master.Python3

06:22:49