@@ -54,7 +54,7 @@ To use CIDER Log Mode, there two main ways to get started:
5454** It doesn't use transient-mode - it aims to do everything in one step
5555** It immediately shows the `+*cider-log*+` buffer
5656
57- NOTE: any of these commands will only succeed in
57+ NOTE: Any of these commands will only succeed in
5858a buffer that has a CIDER repl (https://github.com/vspinu/sesman[Sesman]
5959session) attached to it.
6060
@@ -70,7 +70,7 @@ By using `M-x cider-log-show`, all setup and rendering will be performed for you
7070
7171All these steps are idempotent, so it's safe to run `M-x cider-log-show` more than once.
7272
73- You can refine the setup afterwards (e.g. configuring filtering) by running `M-x cider-log`.
73+ You can refine the setup afterwards (e.g. configuring filtering) by running `M-x cider-log`, `M-x cider-log-consumer`, etc .
7474
7575=== Via `cider-log-event`
7676
@@ -168,7 +168,7 @@ Timbre support is WIP as well.
168168TIP: If your logging framework of choice is not currently supported by CIDER Log Mode,
169169you can opt to use Clojure's official `tools.logging` façade in your project, such that you can locally,
170170unobstrusively tell it to use a supported framework (like Logback) instead of your project's default one.
171- Note that `tools.logging`'s choice of logging backend implementation can be controlled with the
171+ Note that its choice of logging backend implementation can be controlled with the
172172`-Dclojure.tools.logging.factory` Java system property, which can be cleanly customized locally via Lein profiles,
173173or Clojure CLI aliases.
174174
0 commit comments