- Home
- All questions
- Question 449
CKA study material · question 449 of 1000
How is a Kubernetes component's log verbosity changed?
Show the answer
Answer: B. With the -v flag
klog is the logging library behind the components, and verbosity is raised or lowered with -v.
Source: System Logs (Kubernetes) — Klog