Version 8. Cleanup and logging level reduced to WARNING.

This commit is contained in:
Juan Pablo Caram
2015-01-02 18:25:05 -05:00
parent fe61447887
commit 1eaba57dd1
2 changed files with 19 additions and 27 deletions

View File

@@ -42,8 +42,8 @@ import simplejson as json
import logging
log = logging.getLogger('base2')
log.setLevel(logging.DEBUG)
#log.setLevel(logging.WARNING)
#log.setLevel(logging.DEBUG)
log.setLevel(logging.WARNING)
#log.setLevel(logging.INFO)
formatter = logging.Formatter('[%(levelname)s] %(message)s')
handler = logging.StreamHandler()