Skip to content

Commit 660a301

Browse files
tmp-logging - fix markdown parsing error
one back-tick was missing, causing the information about log levels to be rendered incorrectly
1 parent 81309dc commit 660a301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TMP-LOGGING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ allKubernetesObjectsEverywhere)
7575
```
7676

7777
While it's possible to use higher log levels, it's recommended that you
78-
stick with `V(1)` or V(0)` (which is equivalent to not specifying `V`),
78+
stick with `V(1)` or `V(0)` (which is equivalent to not specifying `V`),
7979
and then filter later based on key-value pairs or messages; different
8080
numbers tend to lose meaning easily over time, and you'll be left
8181
wondering why particular logs lines are at `V(5)` instead of `V(7)`.

0 commit comments

Comments
 (0)