You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipeline/parsers/logfmt.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ After processing, its internal representation will be:
39
39
"key3"=>true}]
40
40
```
41
41
42
-
If you want to be more strict than the logfmt standard and not parse lines where certain attributes lack values (such as `key3` in the previoue example), you can configure the parser as follows:
42
+
If you want to be more strict than the logfmt standard and not parse lines where certain keys lack values (such as `key3` in the previous example), you can configure the parser as follows:
0 commit comments