cascade.set_logger_level_err#

cascade.set_logger_level_err() None#

Sets the logger level to “err”

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 “err”.

Cascade is not currently making use of this log level.