glmtools icon indicating copy to clipboard operation
glmtools copied to clipboard

Silence log messages in check_glm_data.py

Open deeplycloudy opened this issue 7 years ago • 0 comments

Running check_glm_data.py against a data file produces a screenful of DEBUG messages, as well as a few INFO messages.

Solution: set up a logger and/or set log level to warning or error so that those diagnostics aren't printed to the terminal.

deeplycloudy avatar Jan 17 '19 18:01 deeplycloudy