mirror of https://github.com/status-im/timbre.git
Housekeeping for 1148440
This commit is contained in:
parent
1148440d61
commit
fa8558be98
|
@ -86,12 +86,13 @@ java.lang.Exception: On noes
|
||||||
Other utils include: `log-errors`, `log-and-rethrow-errors`, `logged-future`, and `handle-uncaught-jvm-exceptions!` (please see the [API docs][] for details).
|
Other utils include: `log-errors`, `log-and-rethrow-errors`, `logged-future`, and `handle-uncaught-jvm-exceptions!` (please see the [API docs][] for details).
|
||||||
|
|
||||||
|
|
||||||
#### Disabling colors
|
#### Disabling stacktrace colors
|
||||||
To turn off ANSI color escape codes (i.e. for log files or email), add to your config:
|
|
||||||
|
ANSI colors are enabled by default for stacktraces. To turn these off (e.g. for log files or emails), you can add the following entry to your top-level config **or** individual appender map/s:
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
:output-fn (partial timbre/default-output-fn {:stacktrace-fonts {}})
|
:output-fn (partial timbre/default-output-fn {:stacktrace-fonts {}})
|
||||||
```
|
```
|
||||||
You can also do this on a per-appender basis by passing the above :output-fn to specific appenders.
|
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue