Skip to content

Refine logging levels for worker #7

Open
@pior

Description

@pior

By default

log only when some information is being processed (like a decision task) or a crash occured

  • Level WARNING for root
  • Level INFO for caravan
  • INFO: Received a DecisionTask for this WorkFlow...
  • INFO: Completed DecisionTask

verbose --verbose

  • Level DEBUG for caravan
  • DEBUG: More info about the DecisionTask (new events since last time ?)
  • DEBUG: List of all Decisions (with input or not?)

Debug --debug

  • Level DEBUG for root (all loggers)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions