lithops
lithops copied to clipboard
Can't set ModuleDependencyAnalyzer log level
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?
@JosepSampe any thoughts?
#994 Should be enough to show the logs from the module_dependency.py at the same level set in Lithops