diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-11-19 10:09:05 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-11-19 10:09:05 -0500 |
commit | 199288045480856985e377f7475a1991a2decc33 (patch) | |
tree | 80517ad8577d391dd58c500e77c3694e19fd6ee2 /cmd/alps | |
parent | 5087e4b327732ba826bf6c839c06dcca1f8314f7 (diff) | |
download | alps-199288045480856985e377f7475a1991a2decc33.tar.gz alps-199288045480856985e377f7475a1991a2decc33.zip |
Add theme-specific error page
Diffstat (limited to 'cmd/alps')
-rw-r--r-- | cmd/alps/main.go | 3 |
1 files changed, 0 insertions, 3 deletions
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) } |