Skip to content

Commit

Permalink
Merge pull request #9069 from spzala/logconfigfile
Browse files Browse the repository at this point in the history
Log: add information statement
  • Loading branch information
xiang90 authored Dec 28, 2017
2 parents 5e78da1 + 8a8aff1 commit fdec12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etcdmain/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ func (cfg *config) parse(arguments []string) error {

var err error
if cfg.configFile != "" {
plog.Infof("Loading server configuration from %q", cfg.configFile)
plog.Infof("Loading server configuration from %q. Other configuration command line flags and environment variables will be ignored if provided.", cfg.configFile)
err = cfg.configFromFile(cfg.configFile)
} else {
err = cfg.configFromCmdLine()
Expand Down

0 comments on commit fdec12c

Please sign in to comment.