Forráskód Böngészése

spider-gazelle remove logging output (#4204)

Stephen von Takach 6 éve
szülő
commit
dd15c333fe
1 módosított fájl, 0 hozzáadás és 6 törlés
  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