Project Logs

Tail the logs of a microservice

beam project logs <service> [options]

About

Tail the logs of a microservice

Arguments

NameTypeDescription
serviceServiceNameThe name of the service to view logs for

Options

NameTypeDescription
--reconnectBooleanIf the service stops, and reconnect is enabled, then the logs command will wait for the service to restart and then reattach to logs
--dryrunBooleanShould any networking happen?
--cidStringCid to use; will default to whatever is in the file system
--pidStringPid to use; will default to whatever is in the file system
--hostStringThe host endpoint for beamable
--refresh-tokenStringRefresh token to use for the requests
--logStringExtra logs gets printed out
--dirStringDirectory to use for configuration
--versionBooleanShow version information
--helpBooleanShow help and usage information

Parent Command

project