Skip to content

Commit 30e1717

Browse files
committed
DROP! debug logging of all invocational args
1 parent fdd5c6b commit 30e1717

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/ironic-understack/ironic_understack/update_baremetal_port.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ def __call__(self, task, inventory, plugin_data):
3636
Also adds or removes node "traits" based on the inventory data. We
3737
control the trait "CUSTOM_STORAGE_SWITCH".
3838
"""
39+
LOG.debug(f"{__class__} called with {task=!r} {inventory=!r} {plugin_data=!r}")
40+
3941
lldp_raw: dict[str, LldpData] = plugin_data.get("lldp_raw") or {}
4042
node_uuid: str = task.node.id
4143
interfaces: list[dict] = inventory["interfaces"]

0 commit comments

Comments
 (0)