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.
ProperImage/properimage/operations.py
Line 102 in a5ee3b7
Put logger outside function, global in the module
Put the module name in the
logging.getLogger()call.