Show full logs of worker in scheduler dashboard
Open
diagnostics
help wanted
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 778
- Avg merge
- 2h 50m
- Merged PRs (30d)
- 3
Description
Is there a way to see the full log output of a worker on info level? Currently it only shows when a worker fails, but any logging from the worker himself, (in my case for example the worker has a custom exception hook that print out traceback etc), is not visible. Also in some cases I'd like to see info level of the logger, not just errors. Is there any way to change that, so I can see the full log of a worker in the scheduler dashboard? This would make debugging on a distributed system much easier.
Contributor guide
Assessment
This issue has not been assessed yet.