As far as I can tell, iohub uses the default logger which is set to a WARNING level. That means that all info and debug messages are lost when using the CLI. CLI calls should instead display all INFO level messages on the console and save a DEBUG level log file.
As far as I can tell,
iohubuses the default logger which is set to aWARNINGlevel. That means that all info and debug messages are lost when using the CLI. CLI calls should instead display allINFOlevel messages on the console and save aDEBUGlevel log file.