This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am hanleyhansen on github. | |
* I am hanleyhansen (https://keybase.io/hanleyhansen) on keybase. | |
* I have a public key whose fingerprint is 8C32 7BAD 1F03 AF16 A2E1 F507 03ED 795F E147 6DFC | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
LOGGING = { | |
'handlers': { | |
'console':{ | |
'level':'INFO', | |
'class':'logging.StreamHandler', | |
'stream': sys.stdout | |
}, | |
} | |
} |