Logging readability #2

Closed
opened 2026-07-27 15:18:38 +01:00 by esilva · 1 comment
Owner

At the end of each playbook run, we should have a function return a log and store all the playbook run actions inside that log, akin to this:

{
  "playbook_name":  "the_name",
  "summary": "our interpretation of all that transpired",
  "run_log": "StepLog info of the execution"
}
At the end of each playbook run, we should have a function return a log and store all the playbook run actions inside that log, akin to this: ```json { "playbook_name": "the_name", "summary": "our interpretation of all that transpired", "run_log": "StepLog info of the execution" } ```
Author
Owner

I believe the logs are pretty good right now. Lets leave it at that.
Closed on cae89f4c19

I believe the logs are pretty good right now. Lets leave it at that. Closed on cae89f4c1911f007980186f733729165fdb5131a
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: esilva/taskrunner#2