Skip to content

Commit

Permalink
Fix log level
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusBrill committed Feb 4, 2022
1 parent b833361 commit 5ea9271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def setup_logger():
)
handler = logging.StreamHandler()
handler.setFormatter(formatter)
logger.setLevel(logging.DEBUG)
logger.setLevel(logging.INFO)
logger.addHandler(handler)

if __name__ == "__main__":
Expand Down

0 comments on commit 5ea9271

Please sign in to comment.