mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- remove debugging
This commit is contained in:
parent
b55684d3fe
commit
5860dee0e9
1 changed files with 0 additions and 3 deletions
|
@ -214,9 +214,6 @@ class LogStash::Event
|
|||
next @data["@timestamp"].to_i
|
||||
elsif key[0,1] == "+"
|
||||
t = @data["@timestamp"]
|
||||
puts "*" * 80
|
||||
puts caller.join("\n")
|
||||
puts "*" * 80
|
||||
formatter = org.joda.time.format.DateTimeFormat.forPattern(key[1 .. -1])\
|
||||
.withZone(org.joda.time.DateTimeZone::UTC)
|
||||
#next org.joda.time.Instant.new(t.tv_sec * 1000 + t.tv_usec / 1000).toDateTime.toString(formatter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue