mirror of https://github.com/status-im/timbre.git
Update example appender
This commit is contained in:
parent
599bf5a28a
commit
4cb1dcc0ed
|
@ -2,9 +2,9 @@
|
|||
"You can copy this namespace if you'd like a starting template for
|
||||
writing your own Timbre appender. PRs for new appenders welcome!
|
||||
|
||||
TODO Please document any dependency GitHub links here
|
||||
|
||||
- Peter Taoussanis"
|
||||
TODO Please document any dependency GitHub links here, e.g.:
|
||||
Requires https://github.com/clojure/java.jdbc,
|
||||
https://github.com/swaldman/c3p0"
|
||||
{:author "TODO Your Name (@your-github-username)"}
|
||||
(:require
|
||||
[taoensso.timbre :as timbre]))
|
||||
|
|
Loading…
Reference in New Issue