cascade.set_logger_level_info#

cascade.set_logger_level_info() None#

Sets the logger level to “info”

Cascade under the hood works with the spdlog C++ logging library API to control the screen verbosity of its screen logs. This function sets the level to “info”.

When this level is activated cascade will report the minimal amount of information.