From a8d619c5243dc93919ae87c122ca962b29a88e70 Mon Sep 17 00:00:00 2001 From: "Tim Daly, Jr" Date: Tue, 9 Jul 2013 23:37:47 +0000 Subject: [PATCH] make db tracing default to annotations --- tomograph/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tomograph/config.py b/tomograph/config.py index 32eccf8..c261d51 100644 --- a/tomograph/config.py +++ b/tomograph/config.py @@ -33,7 +33,7 @@ zipkin_debug_scribe_sender=False debug = False db_tracing_enabled = True -db_trace_as_spans = True +db_trace_as_spans = False def set_backends(backends): """