599 Commits

Author SHA1 Message Date
Peter Taoussanis
8271ba9a0b [#146] Fix executor type ambiguity with Clojure 1.6?
Having difficulty reproducing the error described by the GitHub issue.

Figure the cause might have something to do with attaching the type info
to the (fn []) form? The approach as of this commit seems like it'd be
less likely to trip up the compiler.
2016-01-14 12:19:53 +07:00
Peter Taoussanis
d08b0bd174 v4.2.0 v4.2.0 2015-12-27 10:12:27 +07:00
Peter Taoussanis
e48dea517e Use encore get-env impln 2015-12-27 09:58:52 +07:00
Peter Taoussanis
663f1a754e Bump deps 2015-12-27 09:58:52 +07:00
Peter Taoussanis
b09d5611a6 get-env: clear primitive (tag) sym metadata 2015-12-27 09:58:52 +07:00
Peter Taoussanis
d913721865 [#133] Faster + more flexible str joins (Clojure 1.7+)
Needs transducers, otherwise falls back to the old method.
2015-12-27 09:58:50 +07:00
Peter Taoussanis
aadfd929ee Experimental: compile-time p elision 2015-12-27 09:58:37 +07:00
Peter Taoussanis
7d12f0bcad Drop Expectations dep 2015-12-27 09:58:37 +07:00
Peter Taoussanis
64a40e0228 Bump deps (incl. breaking codox bump) 2015-12-27 09:58:36 +07:00
Peter Taoussanis
44a3798c93 Offload date formatting shorthands to encore 2015-12-27 09:58:15 +07:00
Peter Taoussanis
47cf2121f6 [#141] Housekeeping 2015-12-27 09:58:01 +07:00
Ryan Fowler
d59d902611 [#141] Use java.util.concurrent.ExecutorService/submit instead of future (@ryfow)
(future) starts the agent threadpool, which slows down shutdown unless
(shutdown-agents) is called.
2015-12-27 09:58:01 +07:00
Dan Sapala
ffe66948c6 [#140] Create log path in rotor appender (@dsapala) 2015-12-27 09:58:00 +07:00
Russell
e61fabf0d6 [#137] Add &args support to swap-config! (@rsslldnphy) 2015-12-27 09:58:00 +07:00
Peter Taoussanis
7c3afe499b [#135] Default yy-MMM-dd -> yy-MM-dd pattern (sortable) 2015-12-27 09:58:00 +07:00
Peter Taoussanis
12efc4beb3 [#135] Switch default timestamp timezone to UTC, add some shorthands 2015-12-27 09:58:00 +07:00
Peter Taoussanis
08f92dc205 v4.1.5 v4.1.5 2015-12-27 09:51:42 +07:00
Peter Taoussanis
936a8c6685 [#145] Bump encore dep 2015-12-27 09:48:19 +07:00
Peter Taoussanis
17e70a0889 README: update 3rd-party links table 2015-12-22 13:17:13 +07:00
Farid Zakaria
32e71f22a8 [#134] Add README link to slf4j-timbre (@fzakaria) 2015-12-15 11:03:04 +07:00
Peter Taoussanis
afe6dd3a63 v4.1.4 v4.1.4 2015-09-30 17:14:14 +07:00
Peter Taoussanis
69edc76778 Hotfix: fix broken Clojure 1.5 support, roll back dep upgrade
Ref. https://github.com/AvisoNovate/pretty/issues/35
2015-09-30 17:13:40 +07:00
Peter Taoussanis
fa8558be98 Housekeeping for 1148440 2015-09-28 19:07:04 +07:00
ken restivo
1148440d61 [#130] README: add note re: how to turn off default Ansi colours (@kenrestivo) 2015-09-28 18:59:22 +07:00
Peter Taoussanis
10690f5731 v4.1.2 v4.1.2 2015-09-26 12:24:40 +07:00
Peter Taoussanis
2abc1dd3d3 [#67] Add (deprecated) logp macro back from v3.x 2015-09-26 12:15:19 +07:00
Peter Taoussanis
8ddd5a1dc9 Bump deps 2015-09-26 12:15:19 +07:00
Peter Taoussanis
bd59bb0aca Merge branch 'dev' 2015-08-16 11:23:26 +07:00
Peter Taoussanis
7ae6cfc161 v4.1.1 v4.1.1 2015-08-16 11:22:54 +07:00
Peter Taoussanis
a991195549 [#127] Nb remove auto shutdown hook 2015-08-16 11:20:11 +07:00
Peter Taoussanis
e7f7b232a8 [#126] Fix broken appender examples in README 2015-08-11 19:53:03 +07:00
Peter Taoussanis
51f2813ce5 Bump version in README 2015-08-07 23:59:36 +07:00
Peter Taoussanis
3e4e81cc8a Merge branch 'dev' 2015-08-07 23:42:04 +07:00
Peter Taoussanis
fe7b0c45f9 v4.1.0 v4.1.0 2015-08-07 23:41:26 +07:00
Peter Taoussanis
d4b0d4b3ad [#125] Fix rotor appender credits
Original PR here: https://github.com/ptaoussanis/timbre/pull/34/files
I'd incorrectly assumed the submitter was the author, but the original
source was actually https://goo.gl/OoBOZU by @postspectacular.

Entirely my error (@ptaoussanis), apologies!
2015-08-07 23:40:33 +07:00
Peter Taoussanis
baf96f07d5 Bump deps 2015-08-07 23:40:33 +07:00
Peter Taoussanis
0524d4e69f Officially require Clojure v1.5+ (non-breaking, see comments)
This was actually already an undocumented break from Timbre v3->v4.
2015-07-29 13:46:27 +07:00
Peter Taoussanis
02531eb01f [#116] Add :context key to appender data (@mikesperber) 2015-07-29 13:42:26 +07:00
Peter Taoussanis
b37ace035e Refactor profiling fn macros 2015-07-29 13:42:26 +07:00
Peter Taoussanis
a64fb0f1d5 Add profiling/fnp macro 2015-07-29 13:42:26 +07:00
Peter Taoussanis
28ccfc1565 README: mention explicit-config API 2015-07-29 13:42:19 +07:00
Peter Taoussanis
65d21595bb [#122] Fix faulty codox source links 2015-07-29 13:33:09 +07:00
Peter Taoussanis
6bcf5135d0 Make it more obvious how to disable stacktrace fonts 2015-07-20 18:40:34 +07:00
Peter Taoussanis
63e805560f README housekeeping 2015-07-18 11:38:56 +07:00
Jeff Rose
09c0a46881 Add unit test for 3rd-party rotor appender (@rosejn) 2015-07-06 16:02:23 +07:00
Peter Taoussanis
31872bc830 v4.0.2 v4.0.2 2015-06-26 12:51:04 +07:00
Peter Taoussanis
cdf46f3558 [#110] Fix incorrect tools.logging log1-fn call arity (@Guthur) 2015-06-26 12:51:03 +07:00
Rick Moynihan
c014b0f558 [#109] Fix README typo (@RickMoynihan) 2015-06-26 12:51:03 +07:00
Peter Taoussanis
bca2288e55 Clarify docstring 2015-06-26 12:51:03 +07:00
Peter Taoussanis
03b9ab5c08 Housekeeping for 7163f91 2015-06-26 12:51:03 +07:00