mirror of
https://github.com/meineerde/rackstash.git
synced 2026-02-01 01:37:12 +00:00
Correctly name the GELF full_message field (omitted by default)
This commit is contained in:
parent
3ef0d56c2d
commit
3167574607
@ -44,7 +44,7 @@ module Rackstash
|
||||
level: nil, # highest severity of an event message mapped to a syslog level
|
||||
short_message: FIELD_MESSAGE,
|
||||
# omitted by default
|
||||
long_message: nil,
|
||||
full_message: nil,
|
||||
|
||||
# The event's timestamp
|
||||
timestamp: FIELD_TIMESTAMP
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user