Skip to content

Commit

Permalink
Revert "Pass firecracker log level through jailer"
Browse files Browse the repository at this point in the history
This reverts commit fe67294.

Signed-off-by: Swagat Bora <[email protected]>
Signed-off-by: Jordan Rash <[email protected]>
  • Loading branch information
swagatbora90 authored and jordan-rash committed Jul 24, 2024
1 parent 04c692f commit abfeb6d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions jailer.go
Original file line number Diff line number Diff line change
Expand Up @@ -339,10 +339,6 @@ func jail(ctx context.Context, m *Machine, cfg *Config) error {
fcArgs := seccompArgs(cfg)
fcArgs = append(fcArgs, "--api-sock", machineSocketPath)

if cfg.LogLevel != "" {
fcArgs = append(fcArgs, "--level", cfg.LogLevel)
}

builder := NewJailerCommandBuilder().
WithID(cfg.JailerCfg.ID).
WithUID(*cfg.JailerCfg.UID).
Expand Down

0 comments on commit abfeb6d

Please sign in to comment.