lbry-sdk/lbrynet/lbrynet_daemon/__init__.py

4 lines
76 B
Python

import logging
log = logging.getLogger(__name__)
log.setLevel(logging.INFO)