maartenbreddels commited on
Commit
3b4f871
·
1 Parent(s): f782482

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -17,6 +17,8 @@ command = [
17
  PORT,
18
  "--host",
19
  ADDRESS,
 
 
20
  ]
21
  #if os.name != "nt":
22
  # command = command + ["--num-procs", "4", "--num-threads", "4"]
 
17
  PORT,
18
  "--host",
19
  ADDRESS,
20
+ "--log-level-uvicorn",
21
+ "debug"
22
  ]
23
  #if os.name != "nt":
24
  # command = command + ["--num-procs", "4", "--num-threads", "4"]