Add batch DNS operations documentation and refine logging format in CfDnsClient. Extend tests for record creation and deletion.
This commit is contained in:
@@ -272,7 +272,7 @@ public class CfDnsClient extends CfBasicHttpClient {
|
||||
if (changed) {
|
||||
log.debug("Record {} of the type [{}] successful deleted.", rec.getName(), rec.getType());
|
||||
} else {
|
||||
log.warn("Record {} of the type {} was not deleted.", rec.getName(), rec.getType());
|
||||
log.warn("Record {} of the type [{}] was not deleted.", rec.getName(), rec.getType());
|
||||
}
|
||||
return changed;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user