Revert "Add ability to reconcile bootstrap data between datastore and disk (#3398)"

This reverts commits
9a4ca5978b
c9f6fa0be0
07f844cf95
48355dce10

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
Brad Davidson
2021-10-27 13:04:46 -07:00
committed by Brad Davidson
parent 9a4ca5978b
commit 46eea2f10a
16 changed files with 224 additions and 725 deletions

View File

@@ -80,9 +80,7 @@ func (c *Cluster) initClusterAndHTTPS(ctx context.Context) error {
// Create a HTTP server with the registered request handlers, using logrus for logging
server := http.Server{
Handler: handler,
}
Handler: handler}
if logrus.IsLevelEnabled(logrus.DebugLevel) {
server.ErrorLog = log.New(logrus.StandardLogger().Writer(), "Cluster-Http-Server ", log.LstdFlags)
} else {