mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
be more friendly to docgen
This commit is contained in:
parent
300aa4a76d
commit
7ebc21618f
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ class LogStash::Filters::Syslog_pri < LogStash::Filters::Base
|
|||
"local4",
|
||||
"local5",
|
||||
"local6",
|
||||
"local7"
|
||||
"local7",
|
||||
]
|
||||
|
||||
# Labels for severity levels. This comes from RFC3164.
|
||||
|
@ -56,7 +56,7 @@ class LogStash::Filters::Syslog_pri < LogStash::Filters::Base
|
|||
"warning",
|
||||
"notice",
|
||||
"informational",
|
||||
"debug"
|
||||
"debug",
|
||||
]
|
||||
|
||||
public
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue