- add testing syslog config

This commit is contained in:
Jordan Sissel 2011-06-30 18:43:07 -07:00
parent df6e2d491d
commit 358636d686

View file

@ -0,0 +1,7 @@
input {
syslog { type => "foo" }
}
output {
stdout { }
}