The current implementation does not work well in 4.1.0.
If one sets a bad value to log_level_console or log_level_file, Drive will crash because the given level is not available in the logging module.
We need to be more robus against bad values by providing a way to validate/check the new value and to ignore bad ones.