summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-10-07 09:45:00 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2016-10-07 09:45:00 +0300
commit360daba09dc32d9f6208fac105285f5c8f3aed6c (patch)
tree475ec4852ace62498b5aa0ae16f79599198e17b4 /doc
parent415108cfe1ebf5091ba0f4247a178ba01692f680 (diff)
[#1758] Add a new command nrepl-toggle-message-logging
Diffstat (limited to 'doc')
-rw-r--r--doc/troubleshooting.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/troubleshooting.md b/doc/troubleshooting.md
index 5d8e1ff8..859d3b38 100644
--- a/doc/troubleshooting.md
+++ b/doc/troubleshooting.md
@@ -44,7 +44,8 @@ you can step forward until you find the problem.
## Missing `*nrepl-messages*` buffer
nREPL message logging is not enabled by default. Set `nrepl-log-messages` to
-`t` to activate it.
+`t` to activate it. Alternatively you can use <kbd>M-x</kbd> `nrepl-toggle-message-logging`
+to enable/disable logging temporary within your current Emacs session.
## `cider-debug` complains that it “failed to instrument ...”