Skip to content

Commit

Permalink
Update merge_config Task logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony House committed Nov 2, 2023
1 parent d53405b commit cd314c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nornir_nautobot/plugins/tasks/dispatcher/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def merge_config(
)

if push_result.diff:
logger.info(f"```\nDiff: {push_result.diff}\n```", extra={"object": obj})
logger.info(f"Diff:\n```\n_{push_result.diff}\n```", extra={"object": obj})

logger.info("Config merge ended", extra={"object": obj})
return Result(
Expand Down

0 comments on commit cd314c4

Please sign in to comment.