*(minor): stdlib logging to structlog
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
"""passbook sentry integration"""
|
||||
from logging import getLogger
|
||||
from structlog import get_logger
|
||||
|
||||
LOGGER = getLogger(__name__)
|
||||
LOGGER = get_logger(__name__)
|
||||
|
||||
|
||||
def before_send(event, hint):
|
||||
|
||||
Reference in New Issue
Block a user