Skip to content

Commit

Permalink
Merge pull request #9 from MariusBrill/Fix_log_level
Browse files Browse the repository at this point in the history
Fix log level
  • Loading branch information
MariusBrill authored Feb 4, 2022
2 parents b833361 + 5ea9271 commit b9fe531
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 b9fe531

Please sign in to comment.