chore(deps): update github actions (master) (#2394)

Co-authored-by: Jan-Otto Kröpke <mail@jkroepke.de>
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
This commit is contained in:
renovate[bot]
2026-05-14 08:20:30 +02:00
committed by GitHub
parent 5cdb4cd2f5
commit 3df84dc09b
15 changed files with 24 additions and 32 deletions

View File

@@ -129,7 +129,7 @@ func (c *Collector) collectWorker() {
cmdLine, processOwner, processGroupID, err := c.getProcessInformation(uint32(pid))
if err != nil {
slog.LogAttrs(context.Background(), slog.LevelDebug, "Failed to get process information",
c.logger.LogAttrs(context.Background(), slog.LevelDebug, "Failed to get process information",
slog.Uint64("pid", pid),
slog.Any("err", err),
)