diff --git a/test-frame-log-collector/README.md b/test-frame-log-collector/README.md index 159c925..1d8d892 100644 --- a/test-frame-log-collector/README.md +++ b/test-frame-log-collector/README.md @@ -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