summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-10-07 00:00:48 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2016-10-07 00:02:45 +0300
commit415108cfe1ebf5091ba0f4247a178ba01692f680 (patch)
tree66dace1a29925f5e3483aae58a4efe422f106218 /CHANGELOG.md
parentdc0227d09b7a84724d4f30822396a046b85788a4 (diff)
[#1758] Disable nREPL message logging by default
The log seriously degrades the overall CIDER performance. Until we manage to optimize the logging logic it's best to disable it by default.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6beed4de..03f9de0e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,8 @@ request dispatch.
### Changes
+* [#1758](https://github.com/clojure-emacs/cider/issues/1758): Disable nREPL message logging by default due to its negative impact on performance.
+
### Bugs Fixed
* [#1677](https://github.com/clojure-emacs/cider/issues/1677): Interpret `\r` as a newline.