diff options
| author | Luke Hoersten <[email protected]> | 2026-03-23 23:33:20 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2026-03-23 23:33:20 -0500 |
| commit | cb2bfbfa2abd06b52f1d7b40527c8d132eab06a3 (patch) | |
| tree | 927ce11ba64f455da5a24eaa4059f09a2dd39cf7 /lnd | |
| parent | dc12f6e742dac76c8fb46047dc7313196751a427 (diff) | |
Fixed logging
Diffstat (limited to 'lnd')
| -rw-r--r-- | lnd/tasks/main.yaml | 1 | ||||
| -rw-r--r-- | lnd/templates/lnd.conf.j2 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lnd/tasks/main.yaml b/lnd/tasks/main.yaml index dd02bbd..bd7c360 100644 --- a/lnd/tasks/main.yaml +++ b/lnd/tasks/main.yaml @@ -51,7 +51,6 @@ mode: "{{item.mode}}" loop: - { path: "{{lnd_data_dir}}", mode: "0750" } - - { path: "{{lnd_log_dir}}", mode: "0750" } - { path: "{{lnd_conf_dir}}", mode: "0755" } - name: configure lnd diff --git a/lnd/templates/lnd.conf.j2 b/lnd/templates/lnd.conf.j2 index d93a820..ba37102 100644 --- a/lnd/templates/lnd.conf.j2 +++ b/lnd/templates/lnd.conf.j2 @@ -2,7 +2,6 @@ externalip={{node_external_ip}} datadir={{lnd_data_dir}} -logdir={{lnd_log_dir}} alias={{lnd_alias}} ; color=#3399FF |
