Closed davepacheco closed 2 months ago
I was also quite surprised by these recently. "Warning" doesn't feel like the right level for a successful periodic activation of a background task that doesn't appear to have encountered anything out of the ordinary...
Just to confirm, the background task subsystem also logs the start of each of these tasks:
02:48:16.522Z DEBG 53947004-0a4b-4b23-82d9-5dee49217aef (ServerContext): activating
background_task = region_replacement_driver
iteration = 211
reason = Timeout
02:48:16.522Z INFO 53947004-0a4b-4b23-82d9-5dee49217aef (ServerContext): region replacement driver task started
background_task = region_replacement_driver
file = nexus/src/app/background/tasks/region_replacement_driver.rs:231
I had a Nexus experiencing problems so I went looking for warning-level messages and I got quite a lot of these:
From the message text, it doesn't sound like these are warning-level. They also seem redundant with log messages that get emitted by the background task subsystem around activation:
These are all the warning-level messages I saw:
(copy output)