ipfs-cluster-service
The ipfs-cluster-service is a command line application that runs a full cluster peer:
ipfs-cluster-service initinitializes configuration and identity.ipfs-cluster-service daemonlaunches a cluster peer.ipfs-cluster-service stateallows to export, import, and cleanup the persistent state.
The ipfs-cluster-service provides its own help by running ipfs-cluster-service --help or ipfs-cluster-service <command> --help.
Debugging
ipfs-cluster-service offers two debugging options:
--debugenables debug logging from theipfs-cluster,go-libp2p-raftandgo-libp2p-rpclayers. This will be a very verbose log output, but at the same time it is the most informative.--loglevelsets the log level ([error, warning, info, debug]) for theipfs-clusteronly, allowing to get an overview of the what cluster is doing. The default log-level isinfo.
By default, logs are coloured. To disable log colours set the IPFS_LOGGING_FMT environment variable to nocolor.
Download
To download ipfs-cluster-service check the downloads page.