4 lines
80 B
Python
4 lines
80 B
Python
import logging
|
|
|
|
log = logging.getLogger(__name__)
|
|
# log.setLevel(logging.DEBUG)
|