writing indexes under more configuration conditions

This commit is contained in:
spf13
2014-04-07 23:29:35 -04:00
parent ad34be9d77
commit af1acfbce7
2 changed files with 45 additions and 44 deletions

View File

@@ -146,6 +146,8 @@ func InitializeConfig() {
if VerboseLog {
jww.SetLogThreshold(jww.LevelDebug)
}
jww.INFO.Println("Using config file:", viper.ConfigFileUsed())
}
func build(watches ...bool) {