Add Server UUID and use it build CmdID.
[src/xds/xds-server.git] / lib / xdsconfig / fileconfig.go
index 39560a4..dafb034 100644 (file)
@@ -84,7 +84,7 @@ func readGlobalConfig(c *Config, confFile string) error {
                // No config file found
                return nil
        }
-       c.Log.Infof("Use config file: %s", *cFile)
+       c.Log.Infof("Use config file:       %s", *cFile)
 
        // TODO move on viper package to support comments in JSON and also
        // bind with flags (command line options)