We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4686b08 commit 12a990dCopy full SHA for 12a990d
lib/bitcoin-core/README.md
@@ -295,18 +295,26 @@ curl --user "$BTC_RPC_AUTH" \
295
296
Keep your node healthy by monitoring logs and configurations:
297
298
-- Check recent logs:
+- Check recent Bitcoin logs:
299
```
300
sudo docker logs -f --tail 100 bitcoind
301
302
+
303
+- Check first 100 Bitcoin logs:
304
+ ```
305
306
+ sudo docker logs bitcoind | head -n 100
307
308
309
- View the configuration file:
310
- cat /home/bitcoin/.bitcoin/bitcoin.conf
311
+ sudo docker exec -it cat /home/bitcoin/.bitcoin/bitcoin.conf
312
313
- View user data logs:
314
315
sudo cat /var/log/cloud-init-output.log
316
317
318
319
---
320
0 commit comments