4 lines
No EOL
76 B
Python
4 lines
No EOL
76 B
Python
import logging
|
|
|
|
log = logging.getLogger(__name__)
|
|
log.setLevel(logging.INFO) |