Fork me on GitHub
#cursive
<
2022-01-11
>
Al Z. Heymer10:01:54

I'm currently working on some logging. Because I now added the Thread-name (%thread) I now get a quite disruptive name in my REPL:

[2022-01-11 11:34:16,394][nRepl-session-ad588086-616b-4da7-89ac-9d5e094c1e86] INFO  d.c.c.caches          - KB caches created.
Is it possible to rename the nrepl-session to main ?

Al Z. Heymer13:01:00

To clarify: I do not mean by (.setName thread' "main") but by settings in the REPL-profile, like Environment

cfleming20:01:52

That’s really an nREPL question, I’m not sure about that. If you can figure out the mechanism that nREPL uses, if one exists, then I can help you set that up in Cursive.