Merge "Add scss logger configuration"

This commit is contained in:
Jenkins 2014-07-22 02:25:45 +00:00 committed by Gerrit Code Review
commit 3f7f1909f9

View File

@ -385,6 +385,10 @@ LOGGING = {
'handlers': ['null'],
'propagate': False,
},
'scss': {
'handlers': ['null'],
'propagate': False,
},
}
}