Files
deb-python-cassandra-driver/tests/__init__.py
2013-05-21 10:59:51 -05:00

6 lines
104 B
Python

import logging
log = logging.getLogger()
log.setLevel('DEBUG')
log.addHandler(logging.StreamHandler())