Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Commit

Permalink
No limit
Browse files Browse the repository at this point in the history
  • Loading branch information
binarylogic committed Sep 6, 2016
1 parent 993f986 commit ea91e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/timber/log_line.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class InvalidMessageError < ArgumentError; end
attr_reader :context_snapshot, :dt, :line_indexes, :message

def initialize(message)
puts "\n\n#{message}\n#{caller[0..15].join("\n")}"
puts "\n\n#{message}\n#{caller.join("\n")}"
@dt = Time.now.utc # Capture the time as soon as possible
message = message.to_s
if message.bytesize > APISettings::MESSAGE_BYTE_SIZE_MAX
Expand Down

0 comments on commit ea91e19

Please sign in to comment.