1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-24 15:02:28 +01:00

643 Commits

Author SHA1 Message Date
Jordi Boggiano
3f8c37b23c CS fixer 2013-03-28 11:41:04 +01:00
Jordi Boggiano
434ef8bbf6 Merge pull request #175 from pborreli/issue-171
Passing context as extra parameters (Additional data)
2013-03-26 09:05:11 -07:00
Pascal Borreli
593ddace4a Passing context as extra parameters (Additional data) fixes 171 2013-03-26 15:42:50 +00:00
Jordi Boggiano
d13bd6e1ac Merge pull request #174 from entering/unused-variable-foreach
At isHandling remove unused variable on foreach
2013-03-24 05:38:38 -07:00
Eduardo Oliveira
f84f58188c At isHandling remove unused variable on foreach 2013-03-24 12:11:22 +00:00
Jordi Boggiano
dd0b216e02 Fix tests 2013-03-18 19:06:02 +01:00
Jordi Boggiano
8fcb833b5c Fix tests 2013-03-18 18:56:14 +01:00
Jordi Boggiano
5feb21ae1a Fix Buffer, Group and FingersCrossed handlers to make use of their processors, fixes #170 2013-03-17 19:36:02 +01:00
Jordi Boggiano
eaf2b07120 Serialize exceptions in a minimalistic way in the LineFormatter 2013-03-17 19:26:08 +01:00
Jordi Boggiano
041aa3930f Add length arg to the UidProcessor, refs #169 2013-02-26 11:18:11 +01:00
Jordi Boggiano
12bdce5205 Merge remote-tracking branch 'webfactory/master' 2013-02-26 11:14:11 +01:00
Simon Mönch
340c85b8cc Bugfix 2013-02-26 10:48:50 +01:00
Simon Mönch
9cf31da70d Better naming 2013-02-26 10:19:42 +01:00
Simon Mönch
bad76ce2a6 Added a request token processor to detect log messages per request 2013-02-25 15:42:26 +01:00
Jordi Boggiano
953f21a7d8 Force log rotation on a daily basis even for long running processes, fixes #166 2013-02-21 11:03:40 +01:00
Jordi Boggiano
047488810f Simplify code and cache the getmypid call, refs #167 2013-02-21 10:08:33 +01:00
Jordi Boggiano
e4d521f8f2 Merge remote-tracking branch 'anho/pid-processor' 2013-02-21 10:03:10 +01:00
anho
bf2cdec9be mentioning pid processor in README #165 2013-02-20 21:18:01 +01:00
anho
ff634744fe added ProcessIdProcessor to inject pid to records #165 2013-02-20 21:13:00 +01:00
Jordi Boggiano
5811217e4c Only access server data when it is actually available, fixes #164 2013-02-20 13:37:17 +01:00
Jordi Boggiano
48f22f4519 Update changelog formatting 2013-02-13 19:09:50 +01:00
Jordi Boggiano
32fe28af60 Update CHANGELOG 1.4.0 2013-02-13 19:06:51 +01:00
Jordi Boggiano
9f515d47ce Add possibility to pass handlers/processors to Logger::__construct, fixes #157 2013-02-13 19:06:07 +01:00
Jordi Boggiano
237a147b9c Added a list of frameworks using monolog to the README 2013-02-13 18:56:49 +01:00
Jordi Boggiano
7f25d28a10 Simplify redis handler code 2013-02-13 18:35:40 +01:00
Jordi Boggiano
cb67b5e545 Update README list of handlers for clarity 2013-02-13 18:31:08 +01:00
Jordi Boggiano
ff45cf4afa Merge remote-tracking branch 'kitchen/logstash-redis'
Conflicts:
	README.mdown
2013-02-13 18:23:43 +01:00
Jordi Boggiano
30632d45b6 Tweak readme 2013-02-13 18:13:14 +01:00
Jordi Boggiano
52073f4589 Merge remote-tracking branch 'cbergau/master' 2013-02-13 18:11:25 +01:00
Jordi Boggiano
458daf3040 Adjust exception message 2013-02-13 17:08:18 +01:00
Jordi Boggiano
72fd8059f2 Merge remote-tracking branch 'staabm/header_injection' 2013-02-13 16:55:09 +01:00
Markus Staab
6c888417b6 sanitize http headers in NativeMailerHandler to prevent injections. added tests. 2013-02-13 16:19:47 +01:00
Jeremy Kitchen
a463cdcf91 unit test for RedisHandler and README.md update
* updated README.md to inform users of RedisHandler
* added unit test for RedisHandler
2013-02-12 17:47:43 -08: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
Jordi Boggiano
9dc4ffc071 Fix json encoding in ChromePHPHandler, fixes #160 2013-02-11 11:28:59 +01:00
Jordi Boggiano
20c831ef6a Merge pull request #159 from dlsniper/no-use-speed-bump
Deferred timezone creation
2013-02-10 14:19:11 -08:00
Jordi Boggiano
d10f5ea966 Merge pull request #158 from infynyxx/mail_handler_minor_enhancement
Minor enhancement for NativeMailHandler
2013-02-10 14:05:27 -08:00
Florin Patan
5191ce91a1 Deferred timezone creation 2013-02-10 12:07:16 +02:00
Prajwal Tuladhar
01790263f4 apply wordwrap and implode before doing iteration 2013-02-02 15:50:01 -05:00
ChristianB
f0ba64ad4b Exception will be thrown if ZendMonitorHandler is instantiated without having Zend Server installed. 2013-01-31 12:16:16 +01:00
ChristianB
83b84ff818 Pass $record['formatted'] as the user parameter for zend monitor. Refactored test. 2013-01-31 10:39:11 +01:00
ChristianB
5a2a9129d4 Added test for getDefaultFormatter 2013-01-31 07:24:14 +01:00
ChristianB
a2162c1787 Override getDefaultFormatter instead of creating a formatter with 'new' in method 'write'. Using levelMap again. Refactored test. 2013-01-31 07:22:52 +01:00
ChristianB
b4b2d91c67 Refactored writeZendMonitorCustomEvent signature to provide better testability 2013-01-30 21:42:59 +01:00
ChristianB
4eb6011dc1 Use getRecord to get a record in unit test 2013-01-30 20:17:14 +01:00
ChristianB
ea009c091b Format record with NormalizerFormatter before writing to ZendMonitor. 2013-01-30 19:45:54 +01:00
ChristianB
6875c5869a Added ZendMonitorHandler to the readme 2013-01-30 19:42:13 +01:00
ChristianB
32145bc49e Removed testing a mock instead of the real handler 2013-01-30 19:37:42 +01:00
ChristianB
a82bac49f2 Added ZendMonitor Handler 2013-01-30 19:26:25 +01:00