Antares_Simulator icon indicating copy to clipboard operation
Antares_Simulator copied to clipboard

Make thread number `numSpace` visible in the logs

Open flomnes opened this issue 2 years ago • 3 comments
trafficstars

Current

When parallel execution is enabled, logs are mixed. Sometimes it makes them difficult to interpret since they are indistinguishable.

Fri Jan  6 11:53:45 2023	info	Exporting results : ITSI - Z_DSR_175
Fri Jan  6 11:53:45 2023	info	Exporting results : ITSI - Z_DSR_200
Fri Jan  6 11:53:45 2023	info	Exporting results : ITSI - Z_DSR_225

Proposed

Fri Jan  6 11:53:45 2023	info<1>	Exporting results : ITSI - Z_DSR_175
Fri Jan  6 11:53:45 2023	info<4>	Exporting results : ITSI - Z_DSR_200
Fri Jan  6 11:53:45 2023	info<2>	Exporting results : ITSI - Z_DSR_225

flomnes avatar Jan 09 '23 08:01 flomnes

What if the number of performed years exceeds the max number of years performed at the same time ? We should add the years' numbers to logs, instead of their numSpace

guilpier-code avatar Jan 09 '23 08:01 guilpier-code

Je prends note 📝 #1717

a-zakir avatar Nov 20 '23 22:11 a-zakir

ANT-2174

pet-mit avatar Sep 23 '24 15:09 pet-mit