Streaming Cluster Logs

From a Cloud Standard cluster, you can stream the last 1,000 lines of your cluster logs, using the Maven plugin.

  1. Configure the Maven plugin to connect to your cluster.

  2. Execute the following:

    mvn hazelcast-cloud:stream-logs
    bash

You’ll see the latest 1,000 lines of logs for a single member in your cluster.

Next Steps

To see the logs of all members in your cluster, see Downloading Cluster Logs.