Cleanup for 8.1

This commit is contained in:
Juan Pablo Caram
2015-01-15 15:53:42 -05:00
parent 4cbeec5a84
commit 840cfcf9ff
2 changed files with 5 additions and 5 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()