aboutsummaryrefslogtreecommitdiffhomepage
path: root/worker/swift/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'worker/swift/main.go')
-rw-r--r--worker/swift/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker/swift/main.go b/worker/swift/main.go
index 21a9464..d3d14db 100644
--- a/worker/swift/main.go
+++ b/worker/swift/main.go
@@ -15,7 +15,7 @@ func main() {
e := echo.New()
- e.Use(middleware.Logger())
+ e.Use(middleware.RequestLogger())
e.Use(middleware.Recover())
e.POST("/exec", handleExec)