host 10.100.100.1:12345 {
facility all {
level all
protocol tcp
}
facility kern {
protocol tcp
}
facility user {
protocol udp
}
}results in: '*.*;kern.err;user.err @10.100.100.1:12345'
Protocol needs to be moved into the host node.