*(minor): stdlib logging to structlog
This commit is contained in:
@ -1,12 +1,11 @@
|
||||
"""passbook URL Configuration"""
|
||||
from logging import getLogger
|
||||
|
||||
from django.urls import path
|
||||
from structlog import get_logger
|
||||
|
||||
from passbook.core.auth import view
|
||||
from passbook.core.views import authentication, overview, user
|
||||
|
||||
LOGGER = getLogger(__name__)
|
||||
LOGGER = get_logger(__name__)
|
||||
|
||||
urlpatterns = [
|
||||
# Authentication views
|
||||
|
Reference in New Issue
Block a user