Skip to content

Commit

Permalink
Return nil from logger methods
Browse files Browse the repository at this point in the history
  • Loading branch information
mwear committed Jun 12, 2015
1 parent 3fbd133 commit 70d151d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/new_relic/agent/agent_logger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def format_and_send(level, *msgs, &block)
else @log.send(level, item)
end
end
nil
end

def create_log(root, override_logger)
Expand Down

0 comments on commit 70d151d

Please sign in to comment.