Added TODO in source code
This commit is contained in:
parent
d77022ee1f
commit
090a9bc5c6
@ -34,6 +34,7 @@ bl_info = {
|
||||
|
||||
import logging
|
||||
|
||||
# TODO: remove this, as global logging configuration should not happen per addon.
|
||||
logging.basicConfig(level=logging.INFO,
|
||||
format='%(asctime)-15s %(levelname)8s %(name)s %(message)s')
|
||||
logging.getLogger('cachecontrol').setLevel(logging.DEBUG)
|
||||
|
Reference in New Issue
Block a user