From 199288045480856985e377f7475a1991a2decc33 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 19 Nov 2020 10:09:05 -0500 Subject: Add theme-specific error page --- cmd/alps/main.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'cmd/alps') diff --git a/cmd/alps/main.go b/cmd/alps/main.go index fc1fdd8..b013701 100644 --- a/cmd/alps/main.go +++ b/cmd/alps/main.go @@ -70,9 +70,6 @@ func main() { e.Use(middleware.LoggerWithConfig(middleware.LoggerConfig{ Format: "${time_rfc3339} method=${method}, uri=${uri}, status=${status}\n", })) - } - - if options.Debug { e.Logger.SetLevel(log.DEBUG) } -- cgit v1.2.3