Ver Fonte

book: correct LOG_TARGETS format for running node

darkfi há 2 anos atrás
pai
commit
97385aedc3
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      doc/src/testnet/node.md

+ 1 - 1
doc/src/testnet/node.md

@@ -178,7 +178,7 @@ folder, and `./drk` command to be replaced by `../../../drk -c drk.toml`
 To run a node in full debug mode:
 
 ```
-$ LOG_TARGETS="\!sled,\!net" ./darkfid -vv | tee /tmp/darkfid.log
+$ LOG_TARGETS='!sled,!rustls,!net' ./darkfid -vv | tee /tmp/darkfid.log
 ```
 
 The `sled` and `net` targets are very noisy and slow down the node so