NameIsJACK commited on
Commit
abe8ffe
·
1 Parent(s): 8188392

testing rag

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -25,7 +25,8 @@ app.add_middleware(
25
  allow_headers=["*"],
26
  )
27
 
28
- app.logger.setLevel(logging.ERROR)
 
29
 
30
 
31
  HUGGINGFACE_API_KEY = settings.huggingface_key
 
25
  allow_headers=["*"],
26
  )
27
 
28
+ logging.basicConfig(level=logging.ERROR)
29
+ logger = logging.getLogger(__name__)
30
 
31
 
32
  HUGGINGFACE_API_KEY = settings.huggingface_key