I'm working on splitting results to multiple inter...
# general
z
I'm working on splitting results to multiple interfaces, but I'm running into an issue. it says I can enable multiple loggers by setting
--logger_plugin
to a comma separate list. My config file is JSON, but when I do
Copy code
"logger_plugin": "aws_firehose","tls",
it fails
config-check
but when I do
Copy code
"logger_plugin": ["aws_firehose","tls"],
it doesn't like that either.
z
"logger_plugin": "aws_firehose,tls"
The first is invalid JSON. The second is valid JSON but not the expected schema.
z
facepalm This is where I give up tech and become a potato farmer.
z
heh, these kind of things are always fun