Is there an existing issue for this?
- I have searched the existing issues
Current behaviour
when setting bitcoind log file in bitcoin.conf
:
debuglogfile=/var/run/bitcoin/bitcoind.log
the file is just growing without a limit
Workaround:
debuglogfile=/dev/null
Expected behaviour
the file should rollback to 0 if a specified limit or predefined limit size is reached i.e :
debuglogfile_size=16
(in MB)
Steps to reproduce
NA
Relevant log output
No response
How did you obtain Bitcoin Core
Compiled from source
What version of Bitcoin Core are you using?
all
Operating system and version
Linux
Machine specifications
No response