Skip to content

Commit 8e71130

Browse files
author
Leif Johansson
committed
fix logging
1 parent 7716c54 commit 8e71130

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/xmlsec/crypto.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
from cryptography.x509 import load_pem_x509_certificate, load_der_x509_certificate, Certificate
1717
import base64
1818

19+
log = logging.getLogger('xmlsec.crypto')
20+
1921
if six.PY2:
2022
from UserDict import DictMixin
2123
else:

0 commit comments

Comments
 (0)