Skip to content

Commit

Permalink
modified logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Abodi-Massarwa committed Aug 30, 2024
1 parent 481bf72 commit c1a0df8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1496,7 +1496,7 @@ def display_all_images_with_matplotlib(images_data):
plt.axis('off') # Hide axes for a cleaner look
plt.show()

logger.setLevel(logging.DEBUG)
#logger.setLevel(logging.DEBUG)
logger.addHandler(logging.StreamHandler())

order = ['Agent1', 'Agent8', 'Agent5', 'Agent7', 'Agent2', 'Agent9', 'Agent4', 'Agent3', 'Agent10', 'Agent6']
Expand Down

0 comments on commit c1a0df8

Please sign in to comment.