lithops-cloud / lithops

A multi-cloud framework for big data analytics and embarrassingly parallel jobs, that provides an universal API for building parallel applications in the cloud ☁️🚀
http://lithops.cloud
Apache License 2.0
317 stars 105 forks source link

Can't set ModuleDependencyAnalyzer log level #986

Closed tomwhite closed 2 years ago

tomwhite commented 2 years ago

When trying to debug which modules are being transmitted, setting

lithops:
  log_level: DEBUG

doesn't show any messages from ModuleDependencyAnalyzer.

This doesn't seem to work either (in an example script):

logging.getLogger("multyvac.dependency-analyzer").setLevel(logging.DEBUG)

Should the logger in ModuleDependencyAnalyzer be changed to be like the other ones in Lithops?

gilv commented 2 years ago

@JosepSampe any thoughts?

JosepSampe commented 2 years ago

994 Should be enough to show the logs from the module_dependency.py at the same level set in Lithops