Skip to content

Commit

Permalink
fix: log the log level at startup (#23472)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesam authored Jun 17, 2022
1 parent 090f681 commit 21885a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/influxd/launcher/launcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ func (m *Launcher) run(ctx context.Context, opts *InfluxdOpts) (err error) {
zap.String("version", info.Version),
zap.String("commit", info.Commit),
zap.String("build_date", info.Date),
zap.String("log_level", opts.LogLevel.String()),
)
m.initTracing(opts)

Expand Down

0 comments on commit 21885a7

Please sign in to comment.