summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-11-02 10:16:34 -0700
committerGitHub <noreply@github.com>2018-11-02 10:16:34 -0700
commit76fd89e0e10db497d8ea651c65d641b1a88a6c25 (patch)
tree0f97d61ad15e7fc4f490caea649dde28f16c480b
parentdd16f753cecdf590945ecdda14c7c6694ddd393b (diff)
parenta8cdc22956f5a961cd0bab4f89950fe79e243eba (diff)
Merge pull request #2887 from seunghunee/myfeature
Add Trace level logging
-rw-r--r--contributors/devel/logging.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/contributors/devel/logging.md b/contributors/devel/logging.md
index 12a719de..889518a6 100644
--- a/contributors/devel/logging.md
+++ b/contributors/devel/logging.md
@@ -23,8 +23,11 @@ The following conventions for the glog levels to use.
* Scheduler log messages
* glog.V(3) - Extended information about changes
* More info about system state changes
- * glog.V(4) - Debug level verbosity (for now)
+ * glog.V(4) - Debug level verbosity
* Logging in particularly thorny parts of code where you may want to come back later and check it
+ * glog.V(5) - Trace level verbosity
+ * Context to understand the steps leading up to errors and warnings
+ * More information for troubleshooting reported issues
As per the comments, the practical default level is V(2). Developers and QE
environments may wish to run at V(3) or V(4). If you wish to change the log