Skip to content

Commit

Permalink
jaeger: make tracing default turned off, until teuthology integration
Browse files Browse the repository at this point in the history
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
  • Loading branch information
Deepika Upadhyay committed Dec 10, 2020
1 parent 4e879fa commit 5b41797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ if(WITH_BLKIN)
include_directories(SYSTEM src/blkin/blkin-lib)
endif(WITH_BLKIN)

option(WITH_JAEGER "Enable jaegertracing and it's dependent libraries" ON)
option(WITH_JAEGER "Enable jaegertracing and it's dependent libraries" OFF)
if(WITH_JAEGER)
set(HAVE_JAEGER TRUE)
endif()
Expand Down

0 comments on commit 5b41797

Please sign in to comment.