Skip to content

Commit

Permalink
Merge pull request #249 from microsoft/cameronbaird/bump-clh-debug-ou…
Browse files Browse the repository at this point in the history
…tput

Fix logging verbosity comment to accurately reflect clh behavior
  • Loading branch information
Camelron authored Nov 18, 2024
2 parents f6359a7 + 65ddfde commit 56c5fa1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/runtime/virtcontainers/clh.go
Original file line number Diff line number Diff line change
Expand Up @@ -1433,11 +1433,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
Expand Down

0 comments on commit 56c5fa1

Please sign in to comment.