Skip to content

Commit

Permalink
Update messageFormat explanation on log links (#994)
Browse files Browse the repository at this point in the history
update message format message

Signed-off-by: Daniel Rammer <[email protected]>
  • Loading branch information
hamersaw authored May 25, 2023
1 parent 2cc66f4 commit e12536c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/deployment/configure_logging_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
templateUris:
- "https://console.aws.amazon.com/cloudwatch/home?region=us-east-1#logEventViewer:group=/flyte-production/kubernetes;stream=var.log.containers.{{.podName}}_{{.namespace}}_{{.containerName}}-{{.containerId}}.log"
- "https://some-other-source/home?region=us-east-1#logEventViewer:group=/flyte-production/kubernetes;stream=var.log.containers.{{.podName}}_{{.namespace}}_{{.containerName}}-{{.containerId}}.log"
messageFormat: "json" # "unknown" | "csv" | "json"
messageFormat: 0 # this parameter is optional, but use 0 for "unknown", 1 for "csv", or 2 for "json"
.. tip::
Expand Down

0 comments on commit e12536c

Please sign in to comment.