pyfmframework/fmframework/__init__.py

5 lines
78 B
Python
Raw Normal View History

2019-10-03 19:06:44 +01:00
import logging
logger = logging.getLogger(__name__)
logger.setLevel('DEBUG')