diff --git a/nornir_nautobot/plugins/tasks/dispatcher/default.py b/nornir_nautobot/plugins/tasks/dispatcher/default.py index 154d393..ba307e0 100644 --- a/nornir_nautobot/plugins/tasks/dispatcher/default.py +++ b/nornir_nautobot/plugins/tasks/dispatcher/default.py @@ -165,7 +165,9 @@ def generate_config( Returns: Result: Nornir Result object. """ - logger.debug(task) + logger.debug(f"Task name: {task.name}") + logger.debug(f"Task host: {task.host}") + logger.debug(f"Task host data: {task.host.data}") try: filled_template = task.run( **task.host,