mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 02:15:54 +08:00
Chore: Fix log filters (#44681)
This commit is contained in:

committed by
GitHub

parent
5f16e4cedc
commit
bc7e55d99b
@ -772,6 +772,8 @@ func (cfg *Cfg) loadConfiguration(args CommandLineArgs) (*ini.File, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
cfg.Logger.Info(fmt.Sprintf("Starting %s", ApplicationName), "version", BuildVersion, "commit", BuildCommit, "branch", BuildBranch, "compiled", time.Unix(BuildStamp, 0))
|
||||
|
||||
return parsedFile, err
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user