We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856e693 commit f47fbc4Copy full SHA for f47fbc4
1 file changed
python/ironic-understack/ironic_understack/dhcp/kea.py
@@ -47,6 +47,10 @@ def _make_request(self, command, arguments, services=None):
47
results = []
48
try:
49
for url in self._lookup_api_urls():
50
+ LOG.debug(
51
+ "Sending %(command)s request to Kea API %(url)s",
52
+ {"command": command, "url": url},
53
+ )
54
response = requests.post(
55
url,
56
json=payload,
0 commit comments