We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbcc39c commit 12ea20fCopy full SHA for 12ea20f
1 file changed
raster_api/runtime/handler.py
@@ -9,4 +9,4 @@
9
logging.getLogger("mangum.lifespan").setLevel(logging.ERROR)
10
logging.getLogger("mangum.http").setLevel(logging.ERROR)
11
12
-handler = Mangum(app, lifespan="auto", log_level="error")
+handler = Mangum(app, lifespan="auto")
0 commit comments