Skip to content

Commit 429eff9

Browse files
committed
fix logging conf
1 parent f8042f1 commit 429eff9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pykeepass/pykeepass.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
from pykeepass.kdbx_parsing.kdbx4 import kdf_uuids
2525
from pykeepass.xpath import attachment_xp, entry_xp, group_xp, path_xp
2626

27+
logging.basicConfig()
2728
logger = logging.getLogger(__name__)
2829

2930
# FIXME python2

0 commit comments

Comments
 (0)