m3dev / gokart

Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning Pipeline.
https://gokart.readthedocs.io/en/latest/
MIT License
305 stars 57 forks source link

Feature Request: Task logs (from logging module) store to task_log pickles #215

Open TaylerUva opened 3 years ago

TaylerUva commented 3 years ago

When a task is running and logging to the console, those log outputs should be captured and stored in the pickled task_log files.

This would allow you to see the exact log output for each run of a task.