Skip to content

Commit

Permalink
verbosity false is default in Python client to dd, ref #4
Browse files Browse the repository at this point in the history
  • Loading branch information
beniz committed Aug 10, 2015
1 parent 02c7a6b commit b9c64e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/python/dd_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import uuid
import datetime

VERBOSE=True
VERBOSE=False
DD_TIMEOUT = 2000 # seconds, for long blocking training alls, as needed

def LOG(msg):
Expand Down

0 comments on commit b9c64e0

Please sign in to comment.