Skip to content

Commit 6c03b84

Browse files
committed
I missed a spot.
1 parent 9a32b3c commit 6c03b84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/datadog/tracer_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ struct TracerConfig {
121121
Optional<std::size_t> max_tags_header_size;
122122

123123
// `logger` specifies how the tracer will issue diagnostic messages. If
124-
// `logger` is null, then it defaults to a logger that inserts into
125-
// `std::cerr`.
124+
// `logger` is null, then it defaults to no logging (`NullLogger`). See
125+
// `CerrLogger` for an alternative.
126126
std::shared_ptr<Logger> logger;
127127

128128
// `log_on_startup` indicates whether the tracer will log a banner of

0 commit comments

Comments
 (0)