mirror of
https://github.com/status-im/timbre.git
synced 2025-02-17 22:27:10 +00:00
Remove syntax error from README
This commit is contained in:
parent
90504f9e5c
commit
8cc7d17081
@ -157,7 +157,7 @@ This is the biggest win over Java logging utilities IMO. Here's `timbre/example-
|
||||
{:doc "Spits to `(:spit-filename :shared-appender-config)` file."
|
||||
:min-level nil :enabled? false :async? false :rate-limit nil
|
||||
:fn (fn [{:keys [ap-config output]}] ; Use any appender args
|
||||
(when-let [filename (:spit-filename ap-config)]ar
|
||||
(when-let [filename (:spit-filename ap-config)]
|
||||
(try (spit filename output :append true)
|
||||
(catch java.io.IOException _))))}}})
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user