Skip to content

Commit

Permalink
Update the documentation about nREPL messages logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Feb 8, 2016
1 parent 2ad5c62 commit 329d90a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -989,9 +989,9 @@ above allows you to override this (somewhat non-standard) behavior.
(setq nrepl-log-messages nil)
```

Basically, this will dispose of the buffer `*nrepl-messages*`. The communication
log is invaluable for debugging CIDER issues, so you're generally advised to keep
it around.
Basically, this will dispose of buffers like `*nrepl-messages
connection-name*`. The communication log is invaluable for debugging CIDER
issues, so you're generally advised to keep it around.

* You can hide the `*nrepl-connection*` and `*nrepl-server*` buffers
from appearing in some buffer switching commands like
Expand Down

0 comments on commit 329d90a

Please sign in to comment.