Skip to content

Commit

Permalink
Don't forget to call_next on NullLogHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
sdogruyol committed Sep 5, 2016
1 parent 64d3271 commit 7c8915b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion shard.yml
@@ -1,5 +1,5 @@
name: kemal
version: 0.15.0
version: 0.15.1

dependencies:
radix:
Expand Down
1 change: 1 addition & 0 deletions src/kemal/null_log_handler.cr
Expand Up @@ -2,6 +2,7 @@ module Kemal
# This is here to represent the logger corresponding to Null Object Pattern.
class NullLogHandler < Kemal::BaseLogHandler
def call(context)
call_next(context)
end

def write(message)
Expand Down

0 comments on commit 7c8915b

Please sign in to comment.