Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ from RespondentAgent import *
|
|
| 12 |
from LLMConfig import *
|
| 13 |
|
| 14 |
# Configure logging
|
| 15 |
-
logging.basicConfig(level=logging.
|
| 16 |
|
| 17 |
# Global tracker for the last active agent
|
| 18 |
last_active_agent = None # Initially, no agent is selected
|
|
|
|
| 12 |
from LLMConfig import *
|
| 13 |
|
| 14 |
# Configure logging
|
| 15 |
+
logging.basicConfig(level=logging.DEBUG, format='%(asctime)s - %(levelname)s - %(message)s')
|
| 16 |
|
| 17 |
# Global tracker for the last active agent
|
| 18 |
last_active_agent = None # Initially, no agent is selected
|