Skip to content

Commit 43e31aa

Browse files
committed
Log how many logs are to be sent to firetail in debug mode
1 parent 91ab947 commit 43e31aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ func main() {
102102
}
103103

104104
// Send the Firetail records to Firetail SaaS
105+
debugLog("Sending %d record(s) to Firetail...", len(firetailRecords))
105106
recordsSent, err := firetail.SendRecordsToSaaS(firetailRecords, firetailApiUrl, firetailApiToken)
106107
debugLog("Sent %d record(s) to Firetail.", recordsSent)
107108
if err != nil {

0 commit comments

Comments
 (0)