Spaces:
Build error
Build error
Update app.py
Browse files
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/
|
| 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",
|