Skip to content

Commit

Permalink
Update ddtrace/tracer/option.go
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Aszalos <gabriel.aszalos@gmail.com>
  • Loading branch information
knusbaum and gbbr authored Aug 31, 2021
1 parent 42731b1 commit 43b945f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddtrace/tracer/option.go
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ func WithHostname(name string) StartOption {
}
}

// WithLogStartup allows control over whether to print the startup log or not
// WithLogStartup allows enabling or disabling the startup log.
func WithLogStartup(enabled bool) StartOption {
return func(c *config) {
c.logStartup = enabled
Expand Down

0 comments on commit 43b945f

Please sign in to comment.