acoustic-carpenter-78188
05/10/2023, 2:02 PMtask_logs:
plugins:
logs:
templates:
- displayName: <name-to-show>
templateUris:
- ...
messageFormat: "json" # "unknown" | "csv" | "json"
However, if one sets a messageFormat, flytepropeller crashes with this error message:
Use "flyte-propeller [command] --help" for more information about a command.
time="2023-05-10T13:44:33Z" level=error msg="\n\n\n1 error(s) decoding:\n\n* cannot parse 'templates[0].messageFormat' as int: strconv.ParseInt: parsing \"json\": invalid syntax"
Without messageFormat everything works.
Are you sure this issue hasn't been raised already?
☑︎ Yes
Have you read the Code of Conduct?
☑︎ Yes
flyteorg/flyteacoustic-carpenter-78188
05/25/2023, 3:27 PM