1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-21 00:26:10 +02:00
Commit Graph

13 Commits

Author SHA1 Message Date
Jordi Boggiano
680dcd7c3e Merge branch '1.x' 2016-03-09 11:29:24 +00:00
shiyangwu520
d04afcb5d0 Update RedisHandler.php
Should be the exec method, not the execute method
2016-03-09 11:29:06 +00:00
Jordi Boggiano
3d30ba5ecc Add some return type hints and fix up HandlerWrapper 2016-03-01 17:35:54 +00:00
Jordi Boggiano
c889fb2648 CS fixes & upgrading cs fixer config 2015-11-18 17:09:46 +00:00
Jordi Boggiano
ca1376bd61 CS fixes 2015-07-14 10:26:05 +01:00
Matt Wells
12711d133a Switch back to using rpush
Switches back to rpush to keep list order consistent with non capped
collections
2015-07-13 19:40:51 +01:00
Matt Wells
ae2b2d0de1 fixes reference for 5.3 in predis callback 2015-07-12 19:28:05 +01:00
Matt Wells
050694291e Adds ability to cap log size in redis
100% backward compatible, defaults to not capping collection size.

Additional constructor param of $capSize added which will ensure logs
list is treated as a FILO queue

Test coverage on new functionality
2015-07-12 17:26:16 +01:00
Carson Full
5037d264b1 Updated RedisHandler constructor's docblock 2015-04-24 16:34:56 -05:00
Jordi Boggiano
e8aa1013f5 Update license headers 2013-11-14 20:17:23 +01:00
Jordi Boggiano
7f25d28a10 Simplify redis handler code 2013-02-13 18:35:40 +01:00
Jeremy Kitchen
e987508d06 \Redis support and LineFormatter as default
per #161, this adds support for \Redis as well as switches the
defaultFormatter out to use LineFormatter instead.
2013-02-12 17:44:20 -08:00
Jeremy Kitchen
87781ebcb4 adds a redis handler
This is useful when used in conjuction with the LogstashFormatter, but
should also be useful for any formatter where $message["formatted"] is
a string.
2013-02-11 17:39:35 -08:00