- Home
- All questions
- Question 940
CKA study material · question 940 of 1000
A component is started with -v=0. What is logged?
Show the answer
Answer: D. Only critical events
The -v flag raises verbosity as it rises: 0 logs only critical events, and higher values progressively add less severe ones.
Source: System Logs (Kubernetes) — Klog › Log verbosity level