diff --git a/horizon/values.yaml b/horizon/values.yaml index 9598f1fd72..d1efe6b351 100644 --- a/horizon/values.yaml +++ b/horizon/values.yaml @@ -527,7 +527,7 @@ conf: 'handlers': { 'null': { 'level': 'DEBUG', - 'class': 'django.utils.log.NullHandler', + 'class': 'logging.NullHandler', }, 'console': { # Set the level to "DEBUG" for verbose output logging.