5 lines
78 B
Python
5 lines
78 B
Python
|
import logging
|
||
|
|
||
|
logger = logging.getLogger(__name__)
|
||
|
logger.setLevel('DEBUG')
|