<#3664 [Docs] Logging links `messageFormat` makes ...
# flyte-github
a
#3664 [Docs] Logging links `messageFormat` makes flytepropeller fail Issue created by fg91 Description From the docs explaining how to configure logging:
Copy code
task_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:
Copy code
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/flyte