pub type LogLevel = RedisLogLevel;
Please use the redis_module::logging::RedisLogLevel directly instead.
pub enum LogLevel { Debug, Notice, Verbose, Warning, }