Add `-debuglogfile` option
commitcf5f432c69418adb51f0f4a0bdbd6ba3112ee11a
authorWladimir J. van der Laan <laanwj@gmail.com>
Tue, 28 Nov 2017 09:31:52 +0000 (28 10:31 +0100)
committerWladimir J. van der Laan <laanwj@gmail.com>
Thu, 30 Nov 2017 10:16:02 +0000 (30 11:16 +0100)
tree03fea2887477a894dd6e2a64389c6c16a081783e
parent16fff802574159286e424802442551dc9eba9098
Add `-debuglogfile` option

This patch adds an option to configure the name and/or directory of the
debug log.

The user can specify either a relative path, in which case the path
is relative to the data directory. They can also specify an absolute
path to put the log anywhere else in the file system.
src/init.cpp
src/util.cpp
src/util.h