1
0
mirror of https://github.com/ACINQ/eclair.git synced 2024-11-19 09:54:02 +01:00

Add logging customisation info (#680)

This commit is contained in:
Gustavo Fernandes 2018-08-30 13:00:24 +01:00 committed by Fabrice Drouin
parent 148e197e45
commit 4b6a7c0aad

View File

@ -120,6 +120,14 @@ For example, to specify a different data directory you would run the following c
java -Declair.datadir=/tmp/node1 -jar eclair-node-gui-<version>-<commit_id>.jar
```
#### Logging
Eclair uses [`logback`](https://logback.qos.ch) for logging. To use a different configuration, and override the internal logback.xml, run:
```shell
java -Dlogback.configurationFile=/path/to/logback-custom.xml -jar eclair-node-gui-<version>-<commit_id>.jar
```
## JSON-RPC API
method | params | description