Open BrunoSanchez opened 2 years ago
https://github.com/quatrope/ProperImage/blob/a5ee3b74afc27de1a954ae2f9f96c278a4723226/properimage/operations.py#L102
Put logger outside function, global in the module
Put the module name in the logging.getLogger() call.
logging.getLogger()
https://github.com/quatrope/ProperImage/blob/a5ee3b74afc27de1a954ae2f9f96c278a4723226/properimage/operations.py#L102
Put logger outside function, global in the module
Put the module name in the
logging.getLogger()
call.