Version 8.3 for Windows.

This commit is contained in:
Juan Pablo Caram
2015-02-22 17:34:57 -05:00
parent 873db32aad
commit 476f1e5858
3 changed files with 28 additions and 18 deletions

View File

@@ -43,8 +43,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()