Skip to content

Commit

Permalink
put back record.log
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptingislife committed Dec 22, 2023
1 parent ab31e04 commit f61b2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
MAX_LEVEL = 10

# Initialize logging Config
logging.basicConfig(level=logging.DEBUG)
logging.basicConfig(filename='record.log', level=logging.DEBUG)
logger = logging.getLogger(__name__)

# Initialize the MongoDB client
Expand Down

0 comments on commit f61b2b2

Please sign in to comment.