ingestor debugging env

This commit is contained in:
Stephan D
2026-01-30 15:36:00 +01:00
parent 51f5b0804a
commit f980d2caea
6 changed files with 119 additions and 30 deletions

View File

@@ -113,7 +113,7 @@ func (s *Service) pollOnce(ctx context.Context) error {
if failures > 0 {
s.logger.Warn("Ingestion poll completed with failures", zap.Int("failures", failures), zap.Int("total", len(s.pairs)))
} else {
s.logger.Info("Ingestion poll completed", zap.Int("total", len(s.pairs)))
s.logger.Debug("Ingestion poll completed", zap.Int("total", len(s.pairs)))
}
return firstErr
}