Skip to content

Commit 5a2de70

Browse files
authored
Merge pull request #1584 from maxg-teachable/patch-1
📖 tmp-logging - fix markdown parsing error
2 parents 650ea59 + 660a301 commit 5a2de70

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)