2
Where does c-lightning save its debug.log file? I know you can run the lightning daemon with --log-level=debug and access the logs in the terminal. But, I run my node on a remote server and I access it via SSH and sometimes when my internet connection goes off for a second on the machine which I am accessing through, my SSH client times out. I was wondering if there is a location where c-lightning saves all these logs just like how Bitcoin-core saves its debug.log file in ~/.bitcoin folder.
2As all command line arguments to lightningd these can also be stored as key value pairs in a config file which is either called
configand stored in your lightning dir (by default at~/.lightning) or is passed as an argument to lightningd – Rene Pickhardt – 2019-09-08T14:52:00.717