crunz icon indicating copy to clipboard operation
crunz copied to clipboard

New log format

Open lucatacconi opened this issue 1 year ago • 0 comments

Description
It might be interesting to be able to have the log in a different format than those possible at the moment.

It might be interesting to have it in JSON format so as to be able to use it as input data for further batches or for a more immediate reading of the return data.

Example
It could be something like this:

{
    "execution_date_time" : "2023-09-27 10:38:00",
    "duration_seconds" : "60",
    "outcome" : "true",
    "output" : ".......",
    "error" : "......."
}

I am available to help you if you are interested.

lucatacconi avatar Sep 27 '23 08:09 lucatacconi