view lib/logsetup.py @ 120:2c4ad7fc542e

laundry try to output trig graph Ignore-this: d58dce74920c6179161bc79b8d6e6b91
author drewp@bigasterisk.com
date Sun, 22 Sep 2013 00:33:11 -0700
parents 26a6cf58743d
children 163cfa384372
line wrap: on
line source

# todo: graylog, twisted web route to some channel

import logging
logging.basicConfig(format="%(created)f %(asctime)s %(name)s %(levelname)s %(message)s")
logging.getLogger('restkit.client').setLevel(logging.WARN)
log = logging.getLogger()
log.setLevel(logging.INFO)