Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aykaramba opened this issue Nov 24, 2024 · 1 comment
Open

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

aykaramba opened this issue Nov 24, 2024 · 1 comment

Comments

@aykaramba
Copy link

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.

@cxxxr
Copy link
Member

cxxxr commented Nov 24, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants