elaineaishophouse commited on
Commit
17892c0
·
verified ·
1 Parent(s): 9a91e2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from RespondentAgent import *
12
  from LLMConfig import *
13
 
14
  # Configure logging
15
- logging.basicConfig(level=logging.INFO, 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
 
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