Added TODO in source code

This commit is contained in:
Sybren A. Stüvel 2016-04-19 11:10:01 +02:00
parent d77022ee1f
commit 090a9bc5c6

View File

@ -34,6 +34,7 @@ bl_info = {
import logging import logging
# TODO: remove this, as global logging configuration should not happen per addon.
logging.basicConfig(level=logging.INFO, logging.basicConfig(level=logging.INFO,
format='%(asctime)-15s %(levelname)8s %(name)s %(message)s') format='%(asctime)-15s %(levelname)8s %(name)s %(message)s')
logging.getLogger('cachecontrol').setLevel(logging.DEBUG) logging.getLogger('cachecontrol').setLevel(logging.DEBUG)