<#994 Update messageFormat explanation on log link...
# flyte-github
a
#994 Update messageFormat explanation on log links Pull request opened by hamersaw Currently, the
messageFormat
field expects a proto generated enum in the configuration. This doc requests a string value (ie. "unknown", "json", or "csv") which, if provided, will result in a failure to parse the configuration. This PR updates the docs to explain that
messageFormat
is an optional parameter that is unused anywhere in the codebase and setting it requires the use of an integer for the corresponding proto generated enum value. fixes flyteorg/flyte#3664 flyteorg/flytesnacks GitHub Actions: Mark github pre-release as Release GitHub Actions: Publish artifacts to github release GitHub Actions: Create Prerelease GitHub Actions: Bump Version 26 other checks have passed 26/30 successful checks