Skip to content

Commit

Permalink
do logging config
Browse files Browse the repository at this point in the history
resolves #4
  • Loading branch information
mwhooker committed Mar 17, 2015
1 parent a7a362e commit 22cb10b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jsonselect/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ def parser():
def cli():
import sys
import json
import logging
logging.basicConfig()
parser_ = parser()
args = parser_.parse_args()

Expand Down

0 comments on commit 22cb10b

Please sign in to comment.