*(minor): stdlib logging to structlog
This commit is contained in:
		| @ -1,9 +1,9 @@ | ||||
| """passbook multi-factor authentication engine""" | ||||
| from logging import getLogger | ||||
| from structlog import get_logger | ||||
|  | ||||
| from passbook.core.auth.factor import AuthenticationFactor | ||||
|  | ||||
| LOGGER = getLogger(__name__) | ||||
| LOGGER = get_logger(__name__) | ||||
|  | ||||
|  | ||||
| class DummyFactor(AuthenticationFactor): | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Langhammer, Jens
					Langhammer, Jens