*(minor): remove __name__ param from get_logger

This commit is contained in:
Langhammer, Jens
2019-10-04 10:08:53 +02:00
parent 2b8fed8f4e
commit c0df1f38b8
49 changed files with 48 additions and 50 deletions

View File

@ -4,7 +4,7 @@ from django.db.utils import InternalError, OperationalError, ProgrammingError
from django.urls import include, path
from structlog import get_logger
LOGGER = get_logger(__name__)
LOGGER = get_logger()
class PassbookOIDCProviderConfig(AppConfig):
"""passbook auth oidc provider app config"""

View File

@ -6,7 +6,7 @@ from structlog import get_logger
from passbook.core.models import Application
from passbook.policy.engine import PolicyEngine
LOGGER = get_logger(__name__)
LOGGER = get_logger()
def check_permissions(request, user, client):
"""Check permissions, used for