In Azure we use a failure tracking DB to help prioritize failures in the system. To do this Simdem needs to output results in a given form. We should provide an --output parameter which takes the following values:
logs all output from the process (current behavior)
summary summary data (see strcut definition below)
'jsona JSON string containing the same summary data assummaryplus an additionallog` field that contains all log output.
In Azure we use a failure tracking DB to help prioritize failures in the system. To do this Simdem needs to output results in a given form. We should provide an
--output
parameter which takes the following values:logs
all output from the process (current behavior)summary
summary data (see strcut definition below) 'jsona JSON string containing the same summary data as
summaryplus an additional
log` field that contains all log output.