debian-cryptoanarchy / cryptoanarchy-deb-repo-builder

Tooling for building a Debian repository containing interconnected, well-working applications.
145 stars 25 forks source link

Bug: bitcoind log file should be in /var/log, not datadir #194

Closed Kixunil closed 2 years ago

Kixunil commented 2 years ago

Have you read the documentation? Yes. (If no, please go check if this is a documented property.)

Describe the bug bitcoind log file is in it's home (datadir). Log files belong to /var/log

To Reproduce Steps to reproduce the behavior:

  1. Install package: bitcoind
  2. ls /var/log/bitcoin-mainnet
  3. ls /var/lib/bitcoin-mainnet
  4. See debug.log in the latter

Expected behavior debug.log is in /var/log/bitcoin-mainnet

System OS, if anything else than Debian Buster: Installed packages from this repository and their versions: bitcoind 0.21.1 Is apparmor enabled? Irrelevant