Merge pull request #10545 from microsoft/cameronbaird/sync-clh-logging

runtime: fix comment to accurately reflect clh behavior
This commit is contained in:
Saul Paredes 2024-11-18 11:25:58 -08:00 committed by GitHub
commit eab48c9884
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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