Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Don't change tornado.TChannel default tracing behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
blampe committed Sep 11, 2015
1 parent 542423f commit 43d9531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tchannel/tornado/tchannel.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class TChannel(object):
FALLBACK = RequestDispatcher.FALLBACK

def __init__(self, name, hostport=None, process_name=None,
known_peers=None, trace=True, dispatcher=None):
known_peers=None, trace=False, dispatcher=None):
"""Build or re-use a TChannel.
:param name:
Expand Down

0 comments on commit 43d9531

Please sign in to comment.