Skip to content

Commit

Permalink
Update docs fix
Browse files Browse the repository at this point in the history
Signed-off-by: David Kornel <[email protected]>
  • Loading branch information
kornys committed Jul 8, 2024
1 parent e2e4da8 commit 5965e6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test-frame-log-collector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ the logs path will then look like this:
The tree path will look similarly to above examples, there will be folders for Namespaces matching the specified labels.

### Global log collector
`GlobaLogCollector` is an annotation which can handle collecting logs which user want automatically in case of test failure or before/after failure.
`CollectLogs` is an annotation which can handle collecting logs which user want automatically in case of test failure or before/after failure.
It gets configuration passed into GlobalLogCollector and call collecting in proper callbacks.

Register GlobalLogCollector handlers and configure

Expand Down

0 comments on commit 5965e6f

Please sign in to comment.