Skip to content

Commit ed8e8bf

Browse files
authored
[chore][pkg/stanza] Fix example log message (#34016)
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> This PR fixes an inconsistency spotted in the docs of the `container` operator. Thank's @andrzej-stencel for catching this! **Link to tracking Issue:** <Issue number if applicable> **Testing:** <Describe what testing was performed and which tests were added.> **Documentation:** <Describe the documentation added.> Signed-off-by: ChrsMark <[email protected]>
1 parent 4f248c9 commit ed8e8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/stanza/docs/operators/container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Note: in this example the `format: docker` is optional since formats can be auto
7676
```json
7777
{
7878
"timestamp": "2024-03-30 08:31:20.545192187 +0000 UTC",
79-
"body": "log line here",
79+
"body": "INFO: log line here",
8080
"attributes": {
8181
"time": "2024-03-30T08:31:20.545192187Z",
8282
"log.iostream": "stdout",

0 commit comments

Comments
 (0)