Skip to content

Commit

Permalink
chore: add log dir
Browse files Browse the repository at this point in the history
  • Loading branch information
reez authored Jun 13, 2024
1 parent e118276 commit d563cd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class LightningNodeService {

let config = Config(
storageDirPath: FileManager.default.getDocumentsDirectoryPath(),
logDirPath: nil,
logDirPath: FileManager.default.getDocumentsDirectoryPath(),
network: network,
listeningAddresses: nil,
defaultCltvExpiryDelta: UInt32(144),
Expand Down

0 comments on commit d563cd5

Please sign in to comment.