Downgrade logs to debug to prevent spam

This commit is contained in:
Samuel Lorch 2024-07-06 17:06:26 +02:00
parent 07044f2dff
commit f4219fe0b2
3 changed files with 3 additions and 3 deletions

View file

@ -366,7 +366,7 @@ func assignQueuedTasks(ctx context.Context) error {
return fmt.Errorf("Error Querying Worker Task Count: %w", err)
}
slog.Info("Assigning Queued Tasks Worker", "worker", i, "count", count)
slog.Debug("Assigning Queued Tasks Worker", "worker", i, "count", count)
// Allow for Multiple Tasks at once in the future
if count < 1 {