*(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

@ -19,7 +19,7 @@ from passbook.lib.models import CreatedUpdatedModel, UUIDModel
from passbook.policy.exceptions import PolicyException
from passbook.policy.struct import PolicyRequest, PolicyResult
LOGGER = get_logger(__name__)
LOGGER = get_logger()
def default_nonce_duration():