diff --git a/virtcontainers/clh.go b/virtcontainers/clh.go index aaba4a666f..4e3ef3c2c7 100644 --- a/virtcontainers/clh.go +++ b/virtcontainers/clh.go @@ -136,9 +136,7 @@ var clhKernelParams = []Param{ var clhDebugKernelParams = []Param{ {"console", "ttyS0,115200n8"}, // enable serial console - {"systemd.log_level", "debug"}, // enable systemd debug output {"systemd.log_target", "console"}, // send loggng to the console - {"initcall_debug", "1"}, // print init call timing information to the console } //###########################################################