Skip to content

Commit 0b66280

Browse files
Update logging.md
1 parent e98dcfd commit 0b66280

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contributors/devel/sig-instrumentation/logging.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ I0528 19:15:22.737538 47512 logtest.go:52] msg...
4747
```
4848

4949
This log line have this form:
50+
```
5051
Lmmdd hh:mm:ss.uuuuuu threadid file:line] msg...
5152
where the fields are defined as follows:
5253
L A single character, representing the log level (eg 'I' for INFO)
@@ -57,5 +58,5 @@ where the fields are defined as follows:
5758
file The file name
5859
line The line number
5960
msg The user-supplied message
60-
61+
```
6162
See more in [here](https://github.com/kubernetes/klog/blob/9ad246211af1ed84621ee94a26fcce0038b69cd1/klog.go#L581-L597)

0 commit comments

Comments
 (0)