Skip to content

Commit

Permalink
add more verbosity to log message
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanovaleksandar committed Sep 16, 2022
1 parent 138baa0 commit 87bbc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudflare.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ func (cf *Cloudflare) UpsertDNSRecord(dnsRecordType, dnsRecordName, dnsRecordCon
return r, err
}

log.Debug().Msgf("Retrieved zone for %v: %v", dnsRecordName, zone.ID)
log.Debug().Msgf("Retrieved zone for %v name: %v, id: %v", dnsRecordName, zone.Name, zone.ID)

// get dns record
dnsRecordsResult, err := cf.getDNSRecordsByZoneAndName(zone, dnsRecordName)
Expand Down

0 comments on commit 87bbc0c

Please sign in to comment.