baseimage-tutorial-framework/lib/tfw/config/logs.py

7 lines
168 B
Python
Raw Normal View History

# Copyright (C) 2018 Avatao.com Innovative Learning Kft.
# All Rights Reserved. See LICENSE file for details.
2018-01-29 17:36:29 +00:00
import logging
logging.basicConfig(level=logging.DEBUG)