AashitaK commited on
Commit
b7367c9
·
verified ·
1 Parent(s): 1380137

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import logging
2
  from utils.chatbot_interface import ChatbotInterface
3
 
4
  # Configure logging to both file and console
5
- log_file_path = "logs/chatbot_interface.log"
6
  logging.basicConfig(
7
  level=logging.INFO,
8
  format="%(asctime)s - %(levelname)s - %(message)s",
 
2
  from utils.chatbot_interface import ChatbotInterface
3
 
4
  # Configure logging to both file and console
5
+ log_file_path = "logs/chatbot.log"
6
  logging.basicConfig(
7
  level=logging.INFO,
8
  format="%(asctime)s - %(levelname)s - %(message)s",