Skip to content

Commit

Permalink
default local tracing to false (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiebreviu authored Sep 5, 2024
1 parent 61e4bbb commit e7022fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/tracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def verbose_trace(key, value):
yield verbose_trace


def init_tracing(local_tracing: bool = True):
def init_tracing(local_tracing: bool = False):
"""
Initialize tracing for the application
If local_tracing is True, use the PromptyTracer
Expand Down

0 comments on commit e7022fe

Please sign in to comment.