bitcoin-s/docs
Torkel Rogstad a76f61f97c Add configurable logging to data directory (#640)
* Add logging to data directory

In this commit we add the ability for the node, chain
and wallet projects (+ the server) to log to the users
data directory instead of whatever directory the
binaries was launched from. This is inherently a bit
more complicated than our previous setup, because
we need to read the user directory before we can create
loggers. As a result of this, some files/methods were
moved around, so the relevant app config could be
found in scope.

We also  introduce several logging categories that can be
tuned individually through user configuration. These logggers
are exposed both as traits that give a field `logger`, or
as methods that return the required logger.

* Add datadir configuration to AppConfig

In this commit we add support for AppConfig to pick up
the data directory configuration file. We also add
a section to the contributing guide on how to tune
logging levels.

* Pass data directories explicitly for configuration
2019-08-01 06:01:56 -05:00
..
core Process outgoing transactions (#555) 2019-07-09 06:25:24 -05:00
rpc Add types for various bitcoind RPC exceptions 2019-07-16 12:20:24 +02:00
contributing-website.md Add main method for running Mdoc 2019-07-03 16:04:17 +02:00
contributing.md Add configurable logging to data directory (#640) 2019-08-01 06:01:56 -05:00
getting-started.md Add note on how to build JAR files (#663) 2019-07-30 18:52:50 -05:00
security.md Add Torkels PGP key to security.md (#483) 2019-05-29 05:26:28 -05:00
windows-users.md New doc for Windows users (#572) 2019-07-08 15:01:23 -05:00