Monitoring Your Node

Understanding the status of Hyperdrive

hyperdrive service logs [containerName]

The service logs command is used to view logs for each of the components of Hyperdrive.

Using this command with no container specified will combine all the logs and is not recommended unless the output is programmatically parsed (e.g. via grep).

hyperdrive service daemon-logs logName

This command requires a specified logName to read:

Last updated