mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-27 20:18:57 +00:00
runtime: fix comment to accurately reflect clh behavior
Fix the CLH log levels description Signed-off-by: Cameron Baird <cameronbaird@microsoft.com>
This commit is contained in:
parent
6a9266124b
commit
65881ceb8a
@ -1359,11 +1359,10 @@ func (clh *cloudHypervisor) launchClh() error {
|
|||||||
if clh.config.Debug {
|
if clh.config.Debug {
|
||||||
// Cloud hypervisor log levels
|
// Cloud hypervisor log levels
|
||||||
// 'v' occurrences increase the level
|
// 'v' occurrences increase the level
|
||||||
//0 => Error
|
//0 => Warn
|
||||||
//1 => Warn
|
//1 => Info
|
||||||
//2 => Info
|
//2 => Debug
|
||||||
//3 => Debug
|
//3+ => Trace
|
||||||
//4+ => Trace
|
|
||||||
// Use Info, the CI runs with debug enabled
|
// Use Info, the CI runs with debug enabled
|
||||||
// a high level of logging increases the boot time
|
// a high level of logging increases the boot time
|
||||||
// and in a nested environment this could increase
|
// and in a nested environment this could increase
|
||||||
|
Loading…
Reference in New Issue
Block a user