Skip to content

Disabled jobs log collection with an empty implementation of LogDataService

baptiste-mouton requested to merge feat/disable-log-collection into main

I created a new implementation of LogDataService called LogDataServiceEmptyImpl. It basically is an empty implementation of LogDataService that will always act as if no log data was found in the job's data. This will allow us to start collecting data without the heavy logs to start with.

Merge request reports