From 65881ceb8a9b0ffea76b6ea5320796ca1756b026 Mon Sep 17 00:00:00 2001 From: Cameron Baird Date: Thu, 14 Nov 2024 18:37:09 +0000 Subject: [PATCH] runtime: fix comment to accurately reflect clh behavior Fix the CLH log levels description Signed-off-by: Cameron Baird --- src/runtime/virtcontainers/clh.go | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/runtime/virtcontainers/clh.go b/src/runtime/virtcontainers/clh.go index 8c7583d014..f02b0f6daa 100644 --- a/src/runtime/virtcontainers/clh.go +++ b/src/runtime/virtcontainers/clh.go @@ -1359,11 +1359,10 @@ func (clh *cloudHypervisor) launchClh() error { if clh.config.Debug { // Cloud hypervisor log levels // 'v' occurrences increase the level - //0 => Error - //1 => Warn - //2 => Info - //3 => Debug - //4+ => Trace + //0 => Warn + //1 => Info + //2 => Debug + //3+ => Trace // Use Info, the CI runs with debug enabled // a high level of logging increases the boot time // and in a nested environment this could increase