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

@ -14,7 +14,7 @@ from passbook.lib.utils.reflection import class_to_path, path_to_class
from passbook.lib.utils.urls import is_url_absolute
from passbook.policy.engine import PolicyEngine
LOGGER = get_logger(__name__)
LOGGER = get_logger()
def _redirect_with_qs(view, get_query_set=None):
"""Wrapper to redirect whilst keeping GET Parameters"""