change wording to Registered scheduled task

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2025-10-20 10:26:21 +02:00
parent 9bcfa77f8f
commit be4d81eee9
4 changed files with 5 additions and 9 deletions
@@ -52,9 +52,9 @@ backend:
type: incomingRequest
level: warn
# Ignore logs starting with "Received registration for scheduler task", unless they're warnings or errors
# Ignore logs starting with "Registered scheduled task", unless they're warnings or errors
- matchers:
message: ['/^Received registration for scheduler task/']
message: ['/^Registered scheduled task/']
level: warn
```
@@ -248,7 +248,7 @@ You can also check out the documentation on [how to test Backstage plugin module
Run `yarn start` in the root folder of your Backstage project and look for logs like these:
```sh
[backend]: YYYY-MM-DDTHH:MM:SS.000Z search info Received registration for scheduler task: search_index_faq_snippets, {"version":2,"cadence":"PT10M","initialDelayDuration":"PT3S","timeoutAfterDuration":"PT15M"} task=search_index_faq_snippets
[backend]: YYYY-MM-DDTHH:MM:SS.000Z search info Registered scheduled task: search_index_faq_snippets, {"version":2,"cadence":"PT10M","initialDelayDuration":"PT3S","timeoutAfterDuration":"PT15M"} task=search_index_faq_snippets
[backend]: YYYY-MM-DDTHH:MM:SS.000Z search info Collating documents for faq-snippets via FaqSnippetsCollatorFactory documentType=faq-snippets
[backend]: YYYY-MM-DDTHH:MM:SS.000Z search info Fetching faq snippets from https://backstage.example.biz/faq-snippets
[backend]: YYYY-MM-DDTHH:MM:SS.000Z search info Collating documents for faq-snippets succeeded documentType=faq-snippets