*(minor): remove __name__ param from get_logger
This commit is contained in:
@ -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()
|
||||
|
||||
class AccessMixin:
|
||||
"""Mixin class for usage in Authorization views.
|
||||
|
Reference in New Issue
Block a user