Skip to content

Commit 12ea20f

Browse files
committed
remove unnecessary log level keyword from raster api handler
1 parent cbcc39c commit 12ea20f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

raster_api/runtime/handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
logging.getLogger("mangum.lifespan").setLevel(logging.ERROR)
1010
logging.getLogger("mangum.http").setLevel(logging.ERROR)
1111

12-
handler = Mangum(app, lifespan="auto", log_level="error")
12+
handler = Mangum(app, lifespan="auto")

0 commit comments

Comments
 (0)