Skip to content

Commit

Permalink
Merge pull request #1982 from slntopp/dev
Browse files Browse the repository at this point in the history
remove log
  • Loading branch information
coddmeistr authored Jan 27, 2025
2 parents 06894a6 + 2766dcc commit 2bd9ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/billing/cron_send_services_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ func (s *BillingServiceServer) CollectSystemReport(ctx context.Context, log *zap
}

func writeToFile(log *zap.Logger, prefix string, content string) error {
log.Debug("File output with prefix "+prefix, zap.String("output", content))
//log.Debug("File output with prefix "+prefix, zap.String("output", content))
now := reverseDate(strings.Replace(time.Now().Format(time.DateOnly), "-", "", -1))
filename := prefix + "_" + now + ".csv"
if err := os.MkdirAll(reportsLocation, 0777); err != nil {
Expand Down

0 comments on commit 2bd9ddc

Please sign in to comment.