Fixes: fix logging
This commit is contained in:
parent
b01041d150
commit
66157518b8
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ from sentry_sdk import capture_exception
|
|||
|
||||
from evibes.settings import DEBUG
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
logger = logging.getLogger("django.request")
|
||||
|
||||
|
||||
class CustomCommonMiddleware(CommonMiddleware):
|
||||
|
|
|
|||
Loading…
Reference in a new issue