Skip to content

New log format #61

@lucatacconi

Description

@lucatacconi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions