Currently when watching of log messages is enabled, client POSTs every logRecord. My tests are producing a lot of log output and are running really slow when report-engine client is enabled.
Client should cache all logRecords and POST them at the end of test. Once I have some time, I'll try to implement it at least for java client
Currently when watching of log messages is enabled, client POSTs every logRecord. My tests are producing a lot of log output and are running really slow when report-engine client is enabled.
Client should cache all logRecords and POST them at the end of test. Once I have some time, I'll try to implement it at least for java client