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 9d2c9b8 commit 468718d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nornir_nautobot/plugins/tasks/dispatcher/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ def generate_config(
Result: Nornir Result object.
"""
print(f"Logger type: {type(logger)}")
print(f"Logger name: {logger.name}")
print(f"Logger level: {logger.getEffectiveLevel()}")
print(f"Logger attributes: {dir(logger)}")
print(f"Logger vars: {vars(logger)}")
try:
filled_template = task.run(
**task.host,
Expand Down

0 comments on commit 468718d

Please sign in to comment.