adjust the log line wording of task worker starting

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2025-10-17 16:58:43 +02:00
parent 461296991c
commit 9bcfa77f8f
5 changed files with 14 additions and 5 deletions
@@ -52,9 +52,9 @@ backend:
type: incomingRequest
level: warn
# Ignore logs starting with "Task worker starting", unless they're warnings or errors
# Ignore logs starting with "Received registration for scheduler task", unless they're warnings or errors
- matchers:
message: ['/^Task worker starting/']
message: ['/^Received registration for scheduler task/']
level: warn
```