We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98dcfd commit 0b66280Copy full SHA for 0b66280
contributors/devel/sig-instrumentation/logging.md
@@ -47,6 +47,7 @@ I0528 19:15:22.737538 47512 logtest.go:52] msg...
47
```
48
49
This log line have this form:
50
+```
51
Lmmdd hh:mm:ss.uuuuuu threadid file:line] msg...
52
where the fields are defined as follows:
53
L A single character, representing the log level (eg 'I' for INFO)
@@ -57,5 +58,5 @@ where the fields are defined as follows:
57
58
file The file name
59
line The line number
60
msg The user-supplied message
-
61
62
See more in [here](https://github.com/kubernetes/klog/blob/9ad246211af1ed84621ee94a26fcce0038b69cd1/klog.go#L581-L597)
0 commit comments