Blackened
This commit is contained in:
parent
36f195d6e7
commit
b430a2d34a
15 changed files with 72 additions and 54 deletions
|
|
@ -23,7 +23,7 @@ from openflexure_microscope.camera.base import BaseCamera
|
|||
PIL spams the logger with debug-level information. This is a pain when debugging api.app.
|
||||
We override the logging settings in api.app by setting a level for PIL here.
|
||||
"""
|
||||
pil_logger = logging.getLogger('PIL')
|
||||
pil_logger = logging.getLogger("PIL")
|
||||
pil_logger.setLevel(logging.INFO)
|
||||
|
||||
# MAIN CLASS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue