How to have bitcoind's output show up in journalctl?
Right now it only goes to the `.bitcoind/debug.log` file. It's a bit annoying that I can check the logs of everything else using the common journalctl interface except for bitcoind...
How to have bitcoind's output show up in journalctl?
Right now it only goes to the `.bitcoind/debug.log` file. It's a bit annoying that I can check the logs of everything else using the common journalctl interface except for bitcoind...
Check minibolt.info
I think you need to change the systems service and add nodebuglogfile=1 to bitcoin.conf
If you run bitcoind as a systemd service, it should log to journalctl by default. I don't recall doing anything beyond that for sys logging on my node.
Not hard if started under systemd unit/service file.