Skip to content

Commit

Permalink
Merge pull request #164 from newrelic/max-memory-testing
Browse files Browse the repository at this point in the history
Added line for debugging format report
  • Loading branch information
iamemilio authored Sep 14, 2023
2 parents a82b9c6 + b22b247 commit 9d74a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/logserver/logserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func formatReport(metrics map[string]interface{}) string {
if val, ok := metrics["initDurationMs"]; ok {
ret += fmt.Sprintf("\tInit Duration: %.2f ms", val)
}

util.Debugf("Formatted Return Report: %s", ret)
return ret
}

Expand Down

0 comments on commit 9d74a5c

Please sign in to comment.