mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-05 22:59:50 +00:00
Revert "Backport bootstrap engine 1.21 (#4314)"
This reverts commitsc5a915453845c5d78cd7Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
committed by
Brad Davidson
parent
c5a9154538
commit
7d0ecf3ab2
@@ -79,8 +79,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)
|
||||
|
||||
Reference in New Issue
Block a user