Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Rollback to INFO, release 3.0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qhy040404 committed Jul 29, 2022
1 parent 788671a commit 6b1d214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reserve.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import sso

# Configure logging
logging.basicConfig(level=logging.DEBUG,
logging.basicConfig(level=logging.INFO,
filename='./access.log',
filemode='a',
format='%(asctime)s - %(filename)s[line:%(lineno)d] - %(levelname)s: %(message)s')
Expand Down

0 comments on commit 6b1d214

Please sign in to comment.