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
318 stars 57 forks source link

Suppress heavy logs on test (fix #284) #285

Closed Hi-king closed 2 years ago

Hi-king commented 2 years ago

Fixes #284

FIXES

PROBLEMS: heavy logs

https://github.com/m3dev/gokart/runs/6319432334?check_suite_focus=true

image

Reason1: cache of logging cofiguration

Reason2: gokart.build(log_level=...) only set log_level of gokart namespace

Info level logs from luigi namespace had been shown.