You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MacaroonDirstring`long:"macaroondir" description:"Path to the directory containing all the required lnd macaroons"`
@@ -16,6 +34,12 @@ type config struct {
16
34
RPCListenstring`long:"rpclisten" description:"Address to listen on for gRPC clients"`
17
35
RESTListenstring`long:"restlisten" description:"Address to listen on for REST clients"`
18
36
37
+
LogDirstring`long:"logdir" description:"Directory to log output."`
38
+
MaxLogFilesint`long:"maxlogfiles" description:"Maximum logfiles to keep (0 for no rotation)"`
39
+
MaxLogFileSizeint`long:"maxlogfilesize" description:"Maximum logfile size in MB"`
40
+
41
+
DebugLevelstring`short:"d" long:"debuglevel" description:"Logging level for all subsystems {trace, debug, info, warn, error, critical} -- You may also specify <subsystem>=<level>,<subsystem2>=<level>,... to set the log level for individual subsystems -- Use show to list available subsystems"`
42
+
19
43
Lnd*lndConfig`group:"lnd" namespace:"lnd"`
20
44
21
45
ViewviewParameters`command:"view" alias:"v" description:"View all swaps in the database. This command can only be executed when loopd is not running."`
0 commit comments