diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-03-22 18:32:56 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-03-22 18:32:56 -0700 |
| commit | d6412f27a064cf84ba6c9180342c2ffdf33d8772 (patch) | |
| tree | 11a47f3716c2260e0d382e91e6c27847c9cdca28 /weed/util/config.go | |
| parent | 35208711e5c16656e0ebe9ae570eee81f35fb493 (diff) | |
| download | seaweedfs-d6412f27a064cf84ba6c9180342c2ffdf33d8772.tar.xz seaweedfs-d6412f27a064cf84ba6c9180342c2ffdf33d8772.zip | |
logging
Diffstat (limited to 'weed/util/config.go')
| -rw-r--r-- | weed/util/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/util/config.go b/weed/util/config.go index dfbfdbd82..33809d44d 100644 --- a/weed/util/config.go +++ b/weed/util/config.go @@ -27,7 +27,7 @@ func LoadConfiguration(configFileName string, required bool) (loaded bool) { glog.V(1).Infof("Reading %s.toml from %s", configFileName, viper.ConfigFileUsed()) if err := viper.MergeInConfig(); err != nil { // Handle errors reading the config file - glog.V(0).Infof("Reading %s: %v", viper.ConfigFileUsed(), err) + glog.V(1).Infof("Reading %s: %v", viper.ConfigFileUsed(), err) if required { glog.Fatalf("Failed to load %s.toml file from current directory, or $HOME/.seaweedfs/, or /etc/seaweedfs/"+ "\n\nPlease use this command to generate the default %s.toml file\n"+ |
