rsyslog / liblognorm

a fast samples-based log normalization library
http://www.liblognorm.com
GNU Lesser General Public License v2.1
99 stars 64 forks source link

Suppress invalid param error for name to fix #270 #284

Closed solhuebner closed 6 years ago

solhuebner commented 6 years ago

Suppress invalid param error for name to fix #270 for hexnumber, float, number, date-rfc3164 and date-rfc5424. It will just check if name is "-" to make sure that we only suppress the error message in case we do not want to capture something.

rgerhards commented 6 years ago

looks like CI needs an upgrade :-( The travis gcc error is unrelated and can be ignored for the time being.

rgerhards commented 6 years ago

thx for the PR, will see that I get it integrated ASAP, but right now working on upcoming rsyslog release

solhuebner commented 6 years ago

Thank you for considering it :)

solhuebner commented 6 years ago

:)