mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-07 08:29:23 +00:00
Revert "Add ability to reconcile bootstrap data between datastore and disk (#3398)"
This reverts commits9a4ca5978bc9f6fa0be007f844cf9548355dce10Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
committed by
Brad Davidson
parent
9a4ca5978b
commit
46eea2f10a
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user