diff --git a/LDKNodeMonday/Service/Lightning Service/LightningNodeService.swift b/LDKNodeMonday/Service/Lightning Service/LightningNodeService.swift index 3931ca8..c0b9b6d 100644 --- a/LDKNodeMonday/Service/Lightning Service/LightningNodeService.swift +++ b/LDKNodeMonday/Service/Lightning Service/LightningNodeService.swift @@ -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),