mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-09-21 02:19:44 +00:00
4 lines
No EOL
76 B
Python
4 lines
No EOL
76 B
Python
import logging
|
|
|
|
log = logging.getLogger(__name__)
|
|
log.setLevel(logging.INFO) |