lem icon indicating copy to clipboard operation
lem copied to clipboard

Does Lem have log files? I need to troubleshoot an issue.

Open aykaramba opened this issue 1 year ago • 1 comments

Lem has recently started hanging when loading CLOG and many many other packages even if I clear ~/.cache/common lisp.

At first I had to make sure that the cache was cleared on every restart because Lem would often hang on loading / compiling various packages, now it just hangs regardless and I have no insight as to why.

Does Lem have logging capability? If yes, how do I use it?

Thanks.

aykaramba avatar Nov 24 '24 18:11 aykaramba

You can output logs to a log file by specifying log-filename as an argument when starting lem.

lem --log-filename lem.log

Also, I think it's better to start a separate process than to use CLOG etc. using the same process as Lem. Please use the M-x slime command.

cxxxr avatar Nov 24 '24 19:11 cxxxr