Skip to content

Commit abfeb6d

Browse files
swagatbora90jordan-rash
authored andcommitted
Revert "Pass firecracker log level through jailer"
This reverts commit fe67294. Signed-off-by: Swagat Bora <[email protected]> Signed-off-by: Jordan Rash <[email protected]>
1 parent 04c692f commit abfeb6d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

jailer.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -339,10 +339,6 @@ func jail(ctx context.Context, m *Machine, cfg *Config) error {
339339
fcArgs := seccompArgs(cfg)
340340
fcArgs = append(fcArgs, "--api-sock", machineSocketPath)
341341

342-
if cfg.LogLevel != "" {
343-
fcArgs = append(fcArgs, "--level", cfg.LogLevel)
344-
}
345-
346342
builder := NewJailerCommandBuilder().
347343
WithID(cfg.JailerCfg.ID).
348344
WithUID(*cfg.JailerCfg.UID).

0 commit comments

Comments
 (0)