mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-01 13:23:01 +02:00
test:syslog: Prefix with infix-syslog model
Unsure why this test ever passed.
This commit is contained in:
@@ -76,7 +76,7 @@ with infamy.Test() as test:
|
||||
}
|
||||
]
|
||||
},
|
||||
"log-format": "rfc5424"
|
||||
"infix-syslog:log-format": "rfc5424"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -99,7 +99,7 @@ with infamy.Test() as test:
|
||||
}
|
||||
]
|
||||
},
|
||||
"log-format": "rfc5424"
|
||||
"infix-syslog:log-format": "rfc5424"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -126,12 +126,12 @@ with infamy.Test() as test:
|
||||
}
|
||||
]
|
||||
},
|
||||
"log-format": "rfc5424"
|
||||
"infix-syslog:log-format": "rfc5424"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"server": {
|
||||
"infix-syslog:server": {
|
||||
"enabled": True,
|
||||
"listen": {
|
||||
"udp": [
|
||||
|
||||
Reference in New Issue
Block a user