Просмотр исходного кода

book: correct LOG_TARGETS format for running node

darkfi 2 лет назад
Родитель
Сommit
97385aedc3
1 измененных файлов с 1 добавлено и 1 удалено
  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:
 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
 The `sled` and `net` targets are very noisy and slow down the node so