Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpettit committed Mar 24, 2024
1 parent 072b63b commit 9d2c9b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nornir_nautobot/plugins/tasks/dispatcher/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,9 @@ def generate_config(
Returns:
Result: Nornir Result object.
"""
logger.debug("TESTING")
print(f"Logger type: {type(logger)}")
print(f"Logger name: {logger.name}")
print(f"Logger level: {logger.getEffectiveLevel()}")
try:
filled_template = task.run(
**task.host,
Expand Down

0 comments on commit 9d2c9b8

Please sign in to comment.