lithops icon indicating copy to clipboard operation
lithops copied to clipboard

Can't set ModuleDependencyAnalyzer log level

Open tomwhite opened this issue 3 years ago • 2 comments

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?

tomwhite avatar Aug 31 '22 12:08 tomwhite

@JosepSampe any thoughts?

gilv avatar Sep 27 '22 19:09 gilv

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

JosepSampe avatar Sep 28 '22 15:09 JosepSampe