Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksanford committed Sep 9, 2024
1 parent 644849c commit cb7434f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/datamanager/builtin/capture/capture.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ func (c *Capture) initializeOrUpdateCollector(
md, collectorConfigDescription(collectorConfig, targetDir, config.MaximumCaptureFileSizeBytes, queueSize, bufferSize))
}

msg := "collector %s initialized with config: %s"
c.logger.Debugf(msg, md, collectorConfigDescription(collectorConfig, targetDir, config.MaximumCaptureFileSizeBytes, queueSize, bufferSize))
c.logger.Debugf("collector initialized; collector: %s, config: %s",
md, collectorConfigDescription(collectorConfig, targetDir, config.MaximumCaptureFileSizeBytes, queueSize, bufferSize))
collector.Collect()

return &collectorAndConfig{res, collector, collectorConfig}, nil
Expand Down

0 comments on commit cb7434f

Please sign in to comment.