Преглед на файлове

spider-gazelle remove logging output (#4204)

Stephen von Takach преди 6 години
родител
ревизия
dd15c333fe
променени са 1 файла, в които са добавени 0 реда и са изтрити 6 реда
  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