ctgadget commited on
Commit
7c03745
·
1 Parent(s): bc30f23

updates to logger to check for the name app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -253,7 +253,7 @@ def build_chat_engine(index):
253
  # Main App #
254
  ############
255
 
256
- logger = get_logger(name="code_asst_example")
257
 
258
  index = load_data()
259
 
 
253
  # Main App #
254
  ############
255
 
256
+ logger = get_logger(name="app")
257
 
258
  index = load_data()
259