Skip to content

Commit

Permalink
Added debugging for format report
Browse files Browse the repository at this point in the history
  • Loading branch information
mirackara committed Sep 14, 2023
1 parent d779ddc commit 57d4644
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 57d4644

Please sign in to comment.