logger+fmt+isort
This commit is contained in:
@@ -2,10 +2,9 @@ import logging
|
||||
|
||||
import redis.asyncio as aredis
|
||||
|
||||
from services.logger import root_logger as logger
|
||||
from settings import REDIS_URL
|
||||
|
||||
|
||||
logger = logging.getLogger("[services.redis] ")
|
||||
logger.setLevel(logging.DEBUG)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user