acecalisto3 commited on
Commit
1160608
·
verified ·
1 Parent(s): 8fc4926

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ from ratelimit import limits, sleep_and_retry
20
 
21
  # Setup logging with detailed configuration
22
  logging.basicConfig(
23
- level=logging.VERBOSE,
24
  format='%(asctime)s - %(levelname)s - [%(filename)s:%(lineno)d] - %(message)s',
25
  handlers=[
26
  logging.StreamHandler(),
 
20
 
21
  # Setup logging with detailed configuration
22
  logging.basicConfig(
23
+ level=logging.INFO,
24
  format='%(asctime)s - %(levelname)s - [%(filename)s:%(lineno)d] - %(message)s',
25
  handlers=[
26
  logging.StreamHandler(),