mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
- time must be in UTC (LOGSTASH-1295)
This commit is contained in:
parent
5c871fd1a0
commit
e2faca1b36
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ class LogStash::Codecs::Multiline < LogStash::Codecs::Base
|
|||
end # def decode
|
||||
|
||||
def buffer(text)
|
||||
@time = Time.now if @buffer.empty?
|
||||
@time = Time.now.utc if @buffer.empty?
|
||||
@buffer << text
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue