Peter Taoussanis
fc92f7cd9c
Bump deps
2015-02-16 12:52:52 +07:00
Peter Taoussanis
474b37e402
Merge pull request #91 from devth/master
...
Fix bug in rolling appender where path was ignored (@devth)
2015-01-13 13:12:21 +07:00
Trevor Hartman
1ac261c92c
Fix bug in rolling appender where path was ignored
...
Reference: ptaoussanis/timbre#41
2015-01-09 12:40:32 -07:00
Peter Taoussanis
1cd4b707eb
Merge pull request #84 from AeroNotix/patch-1
...
Remove syntax error from README (@AeroNotix)
2014-10-06 14:34:04 +07:00
Aaron France
8cc7d17081
Remove syntax error from README
2014-10-06 00:56:54 +02:00
Peter Taoussanis
90504f9e5c
Merge pull request #81 from matthiasn/patch-1
...
Fix README version (@matthiasn)
2014-09-17 12:40:44 +07:00
Matthias Nehlsen
fd5a933c69
Update README.md
...
same version as in the introduction above
2014-09-16 23:47:00 +02:00
Peter Taoussanis
6bf3e0b1f0
Merge branch 'dev'
2014-09-07 22:12:48 +07:00
Peter Taoussanis
10a6e2e24a
v3.3.1
2014-09-07 22:11:32 +07:00
Peter Taoussanis
f93cc66e34
Fix project.clj regression (encore/71cd3af)
2014-09-07 22:10:11 +07:00
Peter Taoussanis
4c3042e6b8
Project.clj hk
2014-09-02 22:01:35 +07:00
Peter Taoussanis
fb44efddd8
Merge branch 'dev'
2014-09-02 17:58:35 +07:00
Peter Taoussanis
8603e6c749
v3.3.0
2014-09-02 17:57:02 +07:00
Peter Taoussanis
d975257859
Bump deps
2014-09-02 17:52:50 +07:00
Peter Taoussanis
2145ece795
Switch to Break Versioning
2014-09-02 17:52:50 +07:00
Peter Taoussanis
c95e257e17
Housekeeping: remove duplicated code
2014-08-14 18:53:17 +07:00
Peter Taoussanis
8b275387c7
Housekeeping: HEAD^
2014-08-14 18:48:01 +07:00
Mauro Lopes
6b6395db10
Make defnp support multi-arity functions (@maurolopes)
2014-08-14 18:47:44 +07:00
Peter Taoussanis
ee49e44a46
Fix #77 : compile-time rather than runtime profile namespaced ids
2014-08-14 18:34:55 +07:00
Peter Taoussanis
c9b9b4a809
Fix #47 : incorrectly formatted nanosecond profiling times
2014-08-14 18:34:54 +07:00
Peter Taoussanis
e18ced6b2e
#71 : Add note re: possible future `delay` wrapping for `:message`+`:output` keys
2014-08-14 18:34:54 +07:00
Peter Taoussanis
ff6250b5da
Bump deps
2014-08-14 18:34:54 +07:00
Peter Taoussanis
60e87e374a
Update project.clj template
2014-08-14 18:34:54 +07:00
Peter Taoussanis
f430ed9f81
#72 : document `defnp`'s lack of multi-arity support (@ribcakes)
2014-08-14 18:34:54 +07:00
Peter Taoussanis
f75d707208
Housekeeping: HEAD^
2014-08-14 18:34:51 +07:00
Angus Fletcher
5797696fbf
Add zmq appender (@angusiguess)
2014-07-27 11:30:56 +07:00
Chris Truter
623342a2bb
Update IRC appender to Timbre v3 style (@crisptrutski)
2014-07-27 11:30:51 +07:00
Peter Taoussanis
aa3d9e6d1c
Think the original commit got dropped from master accidentally
...
when rebasing the `v4` branch.
2014-07-23 12:16:35 +07:00
Peter Taoussanis
a2e5121118
Hotfix v3.2.1: Bump Encore dependency (fix missing tools.reader)
2014-05-07 12:51:46 +07:00
Peter Taoussanis
a135267ed1
Update CHANGELOG
2014-05-06 14:46:09 +07:00
Peter Taoussanis
7ce22499c7
Merge branch 'dev'
2014-05-06 14:43:08 +07:00
Peter Taoussanis
820f28a74d
v3.2.0
2014-05-06 14:42:46 +07:00
Peter Taoussanis
8d32ac8b15
Bump deps
2014-05-06 14:42:43 +07:00
Peter Taoussanis
1bb42e0cd3
Update CHANGELOG
2014-05-06 14:42:43 +07:00
Peter Taoussanis
f8f9430727
Fixup c3a9128
2014-05-06 14:42:43 +07:00
Peter Taoussanis
c3a9128761
Merge branch 'master' of github.com:ptaoussanis/timbre into dev
2014-05-06 13:11:43 +07:00
Peter Taoussanis
07d34b0626
Merge pull request #63 from jameswarren/thread-local-config
...
Add thread-configurable logging (@jameswarren)
2014-05-06 13:05:43 +07:00
James Warren
6af185f28a
thread-configurable logging
2014-05-05 16:57:30 -07:00
Peter Taoussanis
160102c5d8
`get-hostname`: remove unnecessary promise, add max blocking time
2014-04-16 15:21:29 +07:00
Peter Taoussanis
2cc45e82bf
Bump dependencies
2014-04-03 17:06:52 +07:00
Peter Taoussanis
e92d78789c
Profiling stats housekeeping
2014-04-03 17:06:52 +07:00
Peter Taoussanis
48a026b695
Revert "Experimental: improved profiling MAD accuracy over stat merges"
...
Unnecessarily complex - the naive approach is simpler + produces results
that are sufficiently accurate in most cases.
This reverts commit 6f8795fcb8dc1c2f2e50c4f74afa7f9e256b7ef8.
2014-04-03 17:06:52 +07:00
Peter Taoussanis
23e9566551
Experimental: improved profiling MAD accuracy over stat merges
2014-04-03 17:06:52 +07:00
Peter Taoussanis
54197c1dec
Profiling: make larger call numbers easier to read
2014-04-03 17:06:52 +07:00
Peter Taoussanis
c05e980e8a
Experimental: occasionally gather profiling data to minimize memory overhead
2014-04-03 17:06:52 +07:00
Peter Taoussanis
a834e0684a
Add README link for `log-config` lib
2014-04-03 17:06:45 +07:00
Peter Taoussanis
e92e201c6c
Update CHANGELOG
2014-04-01 21:16:21 +07:00
Peter Taoussanis
0a22db4722
Merge pull request #60 from ducky427/master
...
Remove an eastwood warning in defnp macro (ducky427)
2014-04-01 21:12:55 +07:00
Rohit Aggarwal
420f4190d6
Remove an eastwood warning by turning pre/post map into an empty map if it is nil for the defnp macro.
2014-04-01 14:30:37 +01:00
Peter Taoussanis
7aa5e24a38
Update README
2014-03-30 21:01:04 +07:00