Skip to content

Commit

Permalink
Info Logger
Browse files Browse the repository at this point in the history
  • Loading branch information
CaymanFreeman committed Jan 1, 2025
1 parent f27fd93 commit 2f1bd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

def setup_logging():
logging.basicConfig(
level=logging.DEBUG,
level=logging.INFO,
format=LOG_FORMAT,
datefmt=DATETIME_FORMAT,
)
Expand Down

0 comments on commit 2f1bd3d

Please sign in to comment.