Skip to content

Commit

Permalink
feat: loki/main.go: Log which config file path is used on startup (#1…
Browse files Browse the repository at this point in the history
…2985)

Co-authored-by: Michel Hollands <42814411+MichelHollands@users.noreply.github.com>
  • Loading branch information
jpds and MichelHollands committed May 21, 2024
1 parent bf8a278 commit 7a3338e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/loki/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ func main() {
}

level.Info(util_log.Logger).Log("msg", "Starting Loki", "version", version.Info())
level.Info(util_log.Logger).Log("msg", "Loading configuration file", "filename", config.ConfigFile)

err = t.Run(loki.RunOpts{StartTime: startTime})
util_log.CheckFatal("running loki", err, util_log.Logger)
Expand Down

0 comments on commit 7a3338e

Please sign in to comment.