Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #278 from mesosphere/log-config-file
Browse files Browse the repository at this point in the history
records: Log config file path
  • Loading branch information
tsenart committed Sep 23, 2015
2 parents 777b8df + 424abc9 commit 02e3a92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions records/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ func SetConfig(cjson string) Config {
if err != nil {
logging.Error.Fatal(err)
}
logging.Verbose.Printf("config loaded from %q", c.File)
// validate and complete configuration file
err = validateEnabledServices(c)
if err != nil {
Expand Down

0 comments on commit 02e3a92

Please sign in to comment.