79120257

Date: 2024-10-24 03:24:34
Score: 1
Natty:
Report link
uvicorn.run(
        app,
        host="0.0.0.0",
        port=FAST_API_PORT,
        log_level="critical",  # set log level to critical
        # Disable access logging. block console output
        access_log=False,       
        log_config=None,
)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: RinggaV