1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-16 01:54:19 +02:00
Commit Graph

1966 Commits

Author SHA1 Message Date
Jordi Boggiano
d14ee6d326 Fix deps 2016-05-30 10:37:55 +01:00
Jordi Boggiano
814fb340ce Fix loggly formatter test 2016-05-27 14:41:24 +01:00
Jordi Boggiano
992a1a20a0 Fix method case 2016-05-27 14:35:15 +01:00
Jordi Boggiano
baa7471cb5 More amqp fixes 2016-05-27 14:28:25 +01:00
Jordi Boggiano
a5a333d8cd Fix typo 2016-05-27 14:18:29 +01:00
Jordi Boggiano
bd584e89bc Fix mongodb formatter 2016-05-27 14:09:32 +01:00
Jordi Boggiano
87ea7b4596 Fix AmqpHandler class check 2016-05-27 13:57:55 +01:00
Jordi Boggiano
119807c80e Fix tests 2016-05-27 13:56:49 +01:00
Jordi Boggiano
21dde4dedb Move to strict mode and fix tests 2016-05-27 13:44:00 +01:00
Jordi Boggiano
788902b320 Merge branch '1.x' 2016-05-26 22:44:31 +01:00
Jordi Boggiano
39aeecefae Add getter for the StreamHandler URL, fixes #797 2016-05-26 22:44:25 +01:00
Jordi Boggiano
8a45ed75cc Auto-detecting of mime type for emails and switched to HtmlFormatter for emails by default, fixes #577 2016-05-26 22:41:41 +01:00
Jordi Boggiano
af7c0a7bda Make handlers more serializable by default by having them close() before sleeping, fixes #365 2016-05-26 21:13:52 +01:00
Jordi Boggiano
017aa2cb75 Add links to implementations 2016-05-26 21:03:30 +01:00
Jordi Boggiano
f200e79879 CS fixes 2016-05-26 20:54:06 +01:00
Jordi Boggiano
85e43a5e7b Merge branch '1.x' 2016-05-26 20:42:24 +01:00
Jordi Boggiano
5e6b844653 Only fail on really empty stream URL, fixes #796 2016-05-26 20:27:56 +01:00
Jordi Boggiano
ba44f35534 Add type hints and fix formatting 2016-05-26 20:17:22 +01:00
Jordi Boggiano
a4f1c18339 Merge remote-tracking branch 'ricardofontanelli/master' 2016-05-26 20:12:25 +01:00
Jordi Boggiano
b9bf56a330 Remove exchangeName usage for AMQP extension users and make PhpAmqpLib use it only if provided, no more default to "log", fixes #355 2016-05-26 20:06:10 +01:00
Jordi Boggiano
2ff7afda31 Change the way objects are normalized to avoid multi-levels of json encoding, fixes #560 2016-05-26 19:21:47 +01:00
Jordi Boggiano
3d7842ec1e Coding style fixes, refs #720 2016-05-26 18:16:46 +01:00
Jordi Boggiano
8a379a3166 Merge remote-tracking branch 'ArSn/master' 2016-05-26 18:14:26 +01:00
Jordi Boggiano
d2616c0026 Fix typo 2016-05-26 18:14:10 +01:00
Jordi Boggiano
6f26801be6 More type hints 2016-05-26 18:04:57 +01:00
Jordi Boggiano
76a91c6722 Set default date format to have a timezone, fixes #196 2016-05-26 18:04:51 +01:00
Ricardo Fontanelli
3c7920b446 FIX the class name
FIX the class name (sorry, I'm coding direct in GitHub)
2016-05-24 00:57:48 -03:00
Ricardo Fontanelli
f1e3bdce76 FIX typing errors
FIX typing errors
2016-05-23 22:57:51 -03:00
Ricardo Fontanelli
446613af47 CS fixes
CS fixes
2016-05-23 22:52:24 -03:00
Ricardo Fontanelli
a9e990ac5e ADD support to SendGrid Handler
ADD support to SendGrid Handler
2016-05-23 22:50:26 -03:00
Jordi Boggiano
912d813c73 Add our own DateTime implementation to provide nicer JSON output, fixes #736 2016-05-20 21:33:27 +01:00
Jordi Boggiano
e27225dc40 Switch to DateTimeImmutable everywhere 2016-05-20 20:55:31 +01:00
Jordi Boggiano
6d2cfa63c9 Add support for custom logging level per exception class, and set ParseError to be CRITICAL 2016-05-20 20:45:16 +01:00
Jordi Boggiano
2a569ff961 Disable microsecond precision by default 2016-05-20 20:25:27 +01:00
Jordi Boggiano
cb479a9b18 Remove HipChat API v1 support 2016-05-20 20:24:02 +01:00
Jordi Boggiano
ba9d57a96b Add extra safety 2016-05-20 20:14:51 +01:00
Jordi Boggiano
c04d39d10b Make MongoDBFormatter default formatter for the MongoDBHandler in 2.0 2016-05-20 20:12:17 +01:00
Jordi Boggiano
d7b415c2c8 Make TestCase class available to dependents to help with testing 2016-05-20 20:09:02 +01:00
Jordi Boggiano
1161b23148 Fix logstash formatter tests 2016-05-20 20:07:04 +01:00
Jordi Boggiano
1fb211e43f Remove duplicate catch statements 2016-05-20 20:01:29 +01:00
Jordi Boggiano
e46fecde34 Remove support for legacy Gelf lib 2016-05-20 19:55:04 +01:00
Jordi Boggiano
3e3f44aee4 Remove Logstash V0 support 2016-05-20 19:50:12 +01:00
Jordi Boggiano
a00acb6022 Clarify var purpose 2016-05-20 19:47:45 +01:00
Jordi Boggiano
f19fffe870 Merge remote-tracking branch 'rpkamp/master' 2016-05-20 19:43:01 +01:00
Jordi Boggiano
7a65105505 Merge remote-tracking branch 'fprochazka/php7-throwable' 2016-05-20 19:40:51 +01:00
Jordi Boggiano
3eee2a006b Merge branch '1.x' 2016-05-20 19:40:36 +01:00
Jordi Boggiano
5ecfbc25de Fix issue in handling of broken iterators when serializing stack frames, fixes #772 2016-05-20 19:39:35 +01:00
Michael Moussa
09c4cca32b Fix NewRelicHandler error when using LineFormatter 2016-05-20 19:31:17 +01:00
dasmfm
79f9492b74 Raven package renamed to sentry 2016-05-20 19:23:39 +01:00
Leny BERNARD
3101f1c09a check if val is null to avoid to set the string "null" instead of null 2016-05-20 19:19:52 +01:00