kumoai.set_log_level#

kumoai.set_log_level(level)[source]#

Sets the Kumo logging level, which defines the amount of output that methods produce.

Example

>>> import kumoai
>>> kumoai.set_log_level("INFO")  
Parameters:

level (str) – the logging level. Can be one of (in order of lowest to highest log output) DEBUG, INFO, WARNING, ERROR, FATAL, CRITICAL.

Return type:

None