diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-25 20:36:50 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-25 20:36:50 +0200 |
| commit | 516c38a3f6a436b717e190e29c507f65f58e383e (patch) | |
| tree | 27f4351337205b0edf4d3c385691981103302dfb | |
| parent | b2e96c73dc0e20b21074d3648796b54509be17f2 (diff) | |
| download | jasper-client-516c38a3f6a436b717e190e29c507f65f58e383e.tar.gz jasper-client-516c38a3f6a436b717e190e29c507f65f58e383e.zip | |
Use the root logger in jasper.py
| -rwxr-xr-x | jasper.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ import traceback import shutil import logging logging.basicConfig() -logger = logging.getLogger(__name__) +logger = logging.getLogger() import yaml import argparse |
