From 418cf451f69d86135c92e26c05807ad01a033569 Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" <ardumont@softwareheritage.org> Date: Fri, 14 Mar 2025 11:33:23 +0100 Subject: [PATCH] prod/sched-rpc: Enable debug loglevel to investigate unscheduled tasks Refs. swh/infra/sysadm-environment#5512 --- swh/values/production/swh-cassandra.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/swh/values/production/swh-cassandra.yaml b/swh/values/production/swh-cassandra.yaml index 1aca9d0c..26bc6d8a 100644 --- a/swh/values/production/swh-cassandra.yaml +++ b/swh/values/production/swh-cassandra.yaml @@ -1307,6 +1307,7 @@ scheduler: threshold: 30000 rpc: enabled: true + logLevel: DEBUG # The scheduler instance to use for rpc must be a postgresql instance schedulerConfigurationRef: postgresqlSchedulerConfiguration replicas: 6 -- GitLab