Skip to content

Commit

Permalink
set log level to info
Browse files Browse the repository at this point in the history
  • Loading branch information
contrick64 committed Dec 17, 2024
1 parent e3a79f2 commit bfcef3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def parse_arguments():

if __name__ == '__main__':
logging.basicConfig(
level=logging.DEBUG,
level=logging.INFO,
format='[%(asctime)s] %(levelname)s [%(module)s-%(funcName)s()::%(lineno)d] %(message)s',
datefmt='%d/%b/%Y %H:%M:%S',
handlers=[
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
python-dotenv
requests
requests~=2.26.0
numpy
pandas
openpyxl
Expand Down

0 comments on commit bfcef3b

Please sign in to comment.