Skip to content

Instantly share code, notes, and snippets.

View hanleyhansen's full-sized avatar
🏠
Working from home

Hanley Hansen hanleyhansen

🏠
Working from home
View GitHub Profile
### 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:
import sys
LOGGING = {
'handlers': {
'console':{
'level':'INFO',
'class':'logging.StreamHandler',
'stream': sys.stdout
},
}
}