Logging configuration
To apply formatting improvements to logging in Enterprise Talk, some configuration is required.
Formatting improvements that work out-of-the-box for SDI Configuration and for Data Onboarding, require some configuration for Enterprise Talk.
1. For the PlanonDataWriterWorker, in the Additional parameters box, add the following line:
consolidateLogs = true
2. Click OK to save your changes.
This will then work for the ExcelReaderWorker and for the CSVReaderWorker. By default, these two workers will then add an additional attribute to the main business object XML created from a single row named row_id.
For a custom worker, if the main business object has this attribute row_id=1 and consolidateLogs = true in PlanonDataWriterWorker, then this will also work.