Skip to main content
Version: v2.x

Hasura CLI: connector logs

Prints live logs of a deployed custom Hasura Data Connector.

Synopsis

Print the live logs of a deployed custom Hasura Data Connector. Will print logs found in the last 10 minutes and then continue with live logs.

Further Reading:

hasura connector logs [connector-name] [flags]

Examples

# tail logs of the custom connector with the name: my-custom-connector:v1
hasura connector logs my-custom-connector:v1

Options

-h, --help   help for logs

SEE ALSO

Auto generated by spf13/cobra