Zach Zeid
07/28/2020, 8:27 PM--logger_plugin
to a comma separate list.
My config file is JSON, but when I do
"logger_plugin": "aws_firehose","tls",
it fails config-check
but when I do
"logger_plugin": ["aws_firehose","tls"],
it doesn't like that either.zwass
07/28/2020, 8:28 PM"logger_plugin": "aws_firehose,tls"
Zach Zeid
07/28/2020, 8:29 PMzwass
07/28/2020, 8:30 PM