ipfs-cluster-service
The ipfs-cluster-service
is a command line application that runs a full cluster peer:
ipfs-cluster-service init
initializes configuration and identity.ipfs-cluster-service daemon
launches a cluster peer.ipfs-cluster-service state
allows 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:
--debug
enables debug logging from theipfs-cluster
,go-libp2p-raft
andgo-libp2p-rpc
layers. This will be a very verbose log output, but at the same time it is the most informative.--loglevel
sets the log level ([error, warning, info, debug]
) for theipfs-cluster
only, 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.