*(minor): remove __name__ param from get_logger
This commit is contained in:
@ -5,7 +5,7 @@ from structlog import get_logger
|
||||
from passbook.lib.utils.template import render_to_string
|
||||
from passbook.saml_idp.xml_signing import get_signature_xml, sign_with_signxml
|
||||
|
||||
LOGGER = get_logger(__name__)
|
||||
LOGGER = get_logger()
|
||||
|
||||
|
||||
def _get_attribute_statement(params):
|
||||
|
||||
Reference in New Issue
Block a user