Skip to content

Commit

Permalink
Add notice about cluster not building to troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Feb 13, 2019
1 parent 5f8d1de commit ac4b9e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/documentation/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ title = "Troubleshooting"

This sections contain a few tips to identify and correct problems when running IPFS Cluster.

## IPFS Cluster fails to build

Please read the the [Download section](/download/) which has instructions on how to build the software (and follow them).

## Debug logging

By default, `ipfs-cluster-service` prints only `INFO`, `WARNING` and `ERROR` messages. Sometimes, it is useful to increase verbosity with the `--loglevel debug` flag. This will make ipfs-cluster and its components much more verbose. The `--debug` flag will make ipfs-cluster, its components and its most prominent dependencies (raft, libp2p-raft, libp2p-gorpc) verbose.
Expand Down

0 comments on commit ac4b9e3

Please sign in to comment.