adding timing to server start/stop, reduced output

main
KeeganForelight 1 year ago
parent 7c3bb7e26c
commit 36ccdf1df0

@ -44,7 +44,6 @@ func LoadConfig(file, path, ext string) (*viper.Viper, error) {
return config, err
}
fmt.Printf("Found %s\n", config.ConfigFileUsed())
logging.Debug(logging.DStart, "CON Loaded configs from %#V", config.ConfigFileUsed())
// returning config object

Loading…
Cancel
Save