Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 3cb6e34

Browse files
committed
Fix lnd data dir in README
1 parent d19ac58 commit 3cb6e34

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To start start the app in development mode (simnet):
2626
npm run electron-dev
2727
```
2828

29-
Running in development mode can allow you to run in full node mode instead of the default neutrino mode, and will also allow you to run in simnet node for testing. The app will use it's own lnd config/data dir and does not share state with other lnd installations on your system.
29+
Running in development mode can allow you to run in full node mode instead of the default neutrino mode, and will also allow you to run in simnet node for testing. The app will use it's own lnd `data/lnd` dir and does not share state with other lnd installations on your system.
3030

3131
### Building the Packaged App
3232

@@ -59,9 +59,9 @@ To run the packaged version of the app e.g. for macOS run:
5959
```
6060

6161

62-
### Logs
63-
Logs are written to the following locations:
62+
### Lnd data and logs
63+
Lnd data and logs are written to the following locations in production:
6464

65-
* **Linux:** `~/.config/Lightning/log.log`
66-
* **OSX:** `~/Library/Logs/Lightning/log.log`
67-
* **Windows:** `%USERPROFILE%\AppData\Roaming\Lightning\log.log`
65+
* **Linux:** `~/.config/lightning-app/lnd`
66+
* **OSX:** `~/Library/Application Support/lightning-app/lnd`
67+
* **Windows:** `%USERPROFILE%\AppData\Roaming\lightning-app\lnd`

0 commit comments

Comments
 (0)