You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Cluster Version Operator (CVO) log level verbosity can be changed by the cluster administrator. There are four log levels.
10
+
11
+
* `Normal` - The default log level. Contains working log information when everything is fine. Provides helpful notices for auditing or common operations.
12
+
* `Debug` - Used when something goes wrong. Expect a higher quantity of notices.
13
+
* `Trace` - Increases the verbosity of the logs. Used to diagnose errors.
14
+
// rephrase traceall
15
+
* `TraceAll` - Used when something is broken at the level of API content/decoding. It will dump complete body content. If turned on in a production cluster prepare for widespread performance issues and very large log files.
16
+
17
+
.Prerequisites
18
+
* You have access to the cluster as a user with the `cluster-admin` role.
19
+
* You have installed the {oc-first}.
20
+
* You have the TechPreviewNoUpgrade feature set enabled.
0 commit comments