Browse Source

spider-gazelle remove logging output (#4204)

Stephen von Takach 6 years ago
parent
commit
dd15c333fe
1 changed files with 0 additions and 6 deletions
  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