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.
13
+
14
+
* `Normal` - The default log level. Contains working log information when everything is fine. Provides helpful notices for auditing or common operations.
15
+
* `Debug` - Used when something goes wrong. Expect a higher quantity of notices.
16
+
* `Trace` - Increases the verbosity of the logs. Used to diagnose errors.
17
+
* `TraceAll` - Used to get the complete body content of the logs.
18
+
19
+
[NOTE]
20
+
====
21
+
If `TraceAll` is turned on in a production cluster it may cause widespread performance issues and large log files.
22
+
====
23
+
24
+
.Prerequisites
25
+
* You have access to the cluster as a user with the `cluster-admin` role.
26
+
* You have installed the {oc-first}.
27
+
* You have the `TechPreviewNoUpgrade` feature set enabled.
0 commit comments