Skip to content

Commit abcd99e

Browse files
committed
Add StreamHandler to log
1 parent d1127d7 commit abcd99e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_rsa/key.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949

5050
# pylint: disable=invalid-name, useless-object-inheritance, redefined-builtin, no-name-in-module, too-few-public-methods
5151
log = logging.getLogger(__name__)
52+
log.addHandler(logging.StreamHandler())
5253
log.setLevel(logging.INFO)
5354

5455
DEFAULT_EXPONENT = 65537

0 commit comments

Comments
 (0)