add debug
This commit is contained in:
parent
7795577d1f
commit
b6ae513837
1 changed files with 4 additions and 0 deletions
|
@ -79,6 +79,10 @@ class OvhDnsEnsure:
|
|||
f"/domain/zone/{self.config['zone']}/record/{record}"
|
||||
)
|
||||
self._log.debug(result)
|
||||
else:
|
||||
self._log.debug(
|
||||
"Not deleting existing records since we were called with --allow-multiple."
|
||||
)
|
||||
self._log.debug(
|
||||
"Creating new record..."
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue