verbose logging
This commit is contained in:
parent
3d88eb92c1
commit
f82cffe882
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import logging
|
|||
|
||||
log = logging.getLogger(__name__)
|
||||
logging.getLogger(__name__).addHandler(logging.NullHandler())
|
||||
log.setLevel(logging.ERROR)
|
||||
log.setLevel(logging.INFO)
|
||||
|
||||
__version__ = "0.3.10"
|
||||
version = tuple(__version__.split('.'))
|
Loading…
Reference in a new issue