Skip to content

Commit

Permalink
Remove logging in ISO test:
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed Nov 21, 2024
1 parent 24250a6 commit edd662d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/iso/iso_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"context"
"fmt"
"io"
"log/slog"
"net"
"net/http"
"net/http/httptest"
Expand Down Expand Up @@ -132,7 +131,7 @@ menuentry 'LinuxKit ISO Image' {
}

h := &Handler{
Logger: logr.FromSlogHandler(slog.NewTextHandler(os.Stdout, &slog.HandlerOptions{AddSource: true, Level: slog.LevelDebug})),
Logger: logr.Discard(),
Backend: &mockBackend{},
SourceISO: u,
ExtraKernelParams: []string{},
Expand Down

0 comments on commit edd662d

Please sign in to comment.