Skip to content

Commit

Permalink
Output to sys.stdout, not stdout..
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Dec 10, 2013
1 parent fc720cb commit 6cf6a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vmpoller-proxy
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Options:
args = docopt(usage, version="1.0.0")

if args["--output"] == "-":
logging.basicConfig(stream=stdout,
logging.basicConfig(stream=sys.stdout,
format='%(asctime)s - %(levelname)s - vmpoller-proxy[%(process)s]: %(message)s',
level=logging.DEBUG)
else:
Expand Down

0 comments on commit 6cf6a58

Please sign in to comment.