Cambiados logers porunos mas simples

This commit is contained in:
Daniel Cortes
2020-05-22 23:12:40 -04:00
parent 765005ac4e
commit eb4351c9de
6 changed files with 18 additions and 32 deletions

View File

@@ -4,7 +4,7 @@ from blake3 import blake3
from redis import Redis
from django.conf import settings
_log = logging.getLogger('cache')
_log = logging.getLogger(__name__)
_log.addHandler(logging.NullHandler())
_redis = Redis()