Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refine logging levels for worker #7

Open
pior opened this issue Dec 8, 2015 · 0 comments
Open

Refine logging levels for worker #7

pior opened this issue Dec 8, 2015 · 0 comments

Comments

@pior
Copy link
Owner

pior commented Dec 8, 2015

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant