We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 324b102 commit efd37daCopy full SHA for efd37da
pkg/jobs/job.go
@@ -52,7 +52,7 @@ func (j Job) Collect(dc *data_collector.DataCollector) error {
52
return err
53
}
54
_ = file.Close()
55
- dc.Logger.Printf("\tJob %s wrote file %s\n", j.Name, fileName)
+ dc.Logger.Printf("\tJob %s wrote %d bytes to %s\n", j.Name, len(fileValue), fileName)
56
57
dc.Logger.Printf("\tJob %s completed successfully\n---\n", j.Name)
58
return nil
0 commit comments