Explorar o código

spider-gazelle remove logging output (#4204)

Stephen von Takach %!s(int64=6) %!d(string=hai) anos
pai
achega
dd15c333fe
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  1. 0 6
      frameworks/Crystal/spider-gazelle/src/config.cr

+ 0 - 6
frameworks/Crystal/spider-gazelle/src/config.cr

@@ -13,12 +13,6 @@ require "./models/*"
 # Server required after application controllers
 require "action-controller/server"
 
-# Add handlers that should run before your application
-ActionController::Server.before(
-  HTTP::LogHandler.new(STDOUT),
-  HTTP::ErrorHandler.new(ENV["SG_ENV"]? != "production")
-)
-
 # Configure session cookies
 # NOTE:: Change these from defaults
 ActionController::Session.configure do