Skip to content

Commit

Permalink
silence kemal logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Apr 17, 2017
1 parent 58ab0ac commit 81909e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/web_spec.cr
Expand Up @@ -7,6 +7,7 @@ Session.config do |config|
end

Kemal.config do |config|
config.logger = Kemal::NullLogHandler.new
config.env = "test"
# Uncomment this and all POSTs in the test suite will fail since
# the tests don't round trip the session cookies.
Expand Down

0 comments on commit 81909e2

Please sign in to comment.