calour.util.set_log_level(level)[source]¶Set the debug level for calour
You can see the logging levels at: https://docs.python.org/3.5/library/logging.html#levels
| Parameters: | level (int or str) – 10 for debug, 20 for info, 30 for warn, etc.
It is passing to logging.Logger.setLevel() |
|---|