Skip to content

Commit 0148070

Browse files
authored
Merge pull request #5188 from mickeypash/patch-1
Mention the new structured logging convention
2 parents 1321e75 + 4eeba4d commit 0148070

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contributors/devel/sig-instrumentation/logging.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ The following conventions for the klog levels to use.
2929
* Context to understand the steps leading up to errors and warnings
3030
* More information for troubleshooting reported issues
3131

32+
* klog.InfoS() - structured logs to the INFO log
33+
3234
As per the comments, the practical default level is V(2). Developers and QE
3335
environments may wish to run at V(3) or V(4). If you wish to change the log
3436
level, you can pass in `-v=X` where X is the desired maximum level to log.

0 commit comments

Comments
 (0)