1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-07-29 01:10:18 +02:00

51 Commits

Author SHA1 Message Date
Jordi Boggiano
f2f66cd480 Fix tests 2022-03-18 10:48:03 +01:00
Jordi Boggiano
84342aa0a3 Merge branch '1.x' 2020-07-08 21:27:58 +02:00
Jordi Boggiano
c3a05db90c Fix unique_id in WebProcessor not being disableable, fixes #1470 2020-07-08 21:01:20 +02:00
Mario Blažek
37900f9268 Upgrade PHPUnit to v8 2019-08-12 15:20:00 +02:00
George Mponos
ee350961da Remove assertInternalType that it is deprecated 2018-12-16 23:46:26 +02:00
George Mponos
bff59f7642 Fix failing tests 2018-11-21 22:58:31 +02:00
Lars Strojny
85d49f8568 Better PSR-3 message formatting 2018-06-18 12:24:31 +02:00
Jordi Boggiano
d353a88337 Merge pull request #1046 from grongor/psr-processor-add-option
PsrLogMessageProcessor: add option to remove used context fields
2018-06-09 17:24:13 +02:00
Jakub Chábek
009d4151b4 PsrLogMessageProcessor: add option to remove used context fields 2017-08-21 09:55:09 +02:00
mahone3297
889b25a72b [feature] add host processor 2017-08-17 17:38:25 +08:00
Jordi Boggiano
ca4ffa68f6 Use namespaced phpunit classes, fixes #983 2017-06-19 00:48:54 +02:00
Jordi Boggiano
7405bb5d67 CS fixes 2017-03-20 10:56:47 +01:00
Piers Warmers
a0406bf8dd Handle DateTime objects in formatted messages (#940)
* Handle DateTime objects in formatted meessages

* Use interface to catch both DateTime and DateTimeImmutable

* Maintain formatting standards.

* Visibility to private.
2017-03-14 08:07:57 +01:00
Jordi Boggiano
96f4fd718f CS fixes 2016-09-25 17:46:38 +02:00
Jordi Boggiano
d8dee1cc15 Merge branch '1.x' 2016-09-25 16:48:01 +02:00
Jordi Boggiano
ffc421a4fd Make hg test optional 2016-09-25 16:47:31 +02:00
Jonathan A. Schweder
240b7458dd add MercurialProcessor 2016-09-25 16:39:55 +02:00
Jordi Boggiano
21dde4dedb Move to strict mode and fix tests 2016-05-27 13:44:00 +01:00
Jordi Boggiano
f200e79879 CS fixes 2016-05-26 20:54:06 +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
c889fb2648 CS fixes & upgrading cs fixer config 2015-11-18 17:09:46 +00:00
Jordi Boggiano
80c4bfb9fd Restore filtering behavior, refs #663 2015-10-14 14:12:50 +01:00
Jared Markell
3a3d28f91a Add getUid() to UidProcessor 2015-08-24 14:50:30 -07:00
Jordi Boggiano
328d66f13f Fix support for associative tag arrays, refs #588 2015-07-13 11:06:01 +01:00
Jordi Boggiano
66532794b0 Add TagProcessor::addTags and TagProcessor::setTags, fixes #588 2015-07-12 11:55:38 +01:00
Jordi Boggiano
b738a6c04c CS fixes 2014-10-17 19:12:45 +01:00
Jordi Boggiano
b3f039339d Support objects/arrays/resources a bit better, refs #410 2014-09-10 16:41:01 +01:00
Dawid Nowak
6a4b73468e WebProcessor: option to add only requested extra fields, instead of always adding all available 2014-07-01 20:41:03 +02:00
Jordi Boggiano
0b654cec86 CS fixes 2014-04-23 09:20:48 +02:00
Jordi Boggiano
2dd41709c6 Merge pull request #347 from ipsq/master
Added tags for Raven
2014-04-04 17:17:39 +02:00
ipsq
7f4eb35fd6 Update TagProcessorTest.php 2014-04-01 17:10:41 +02:00
ipsq
5c10c2c395 Create TagProcessorTest.php 2014-03-31 20:31:17 +02:00
Hennadiy Verkh
36f3d0e52f Added configuration option to MemoryProcessors with a possibility to disable formatting. 2014-03-24 10:51:45 +01:00
Jordi Boggiano
aff8d92e29 Add caching, group exec calls in one, refs #274 2013-11-20 13:28:13 +01:00
otternq
9c57967700 adding a processor for basic git information
Adds the current Git Branch, and Git Commit key to the extra field
2013-11-16 17:40:16 -08:00
Matthias Pigulla
540afb4621 Add unique_id to extra data only if present in the server environment 2013-10-10 10:04:29 +02:00
Matthias Pigulla
7c0edceadc Update WebProcessorTest.php 2013-10-09 00:26:02 +02:00
Kris Wallsmith
0f5cdb285a added level to introspection processor 2013-09-26 12:52:23 -07:00
Kris Wallsmith
8af986b161 moved stubs up so line numbers don't change 2013-09-26 12:43:13 -07: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
047488810f Simplify code and cache the getmypid call, refs #167 2013-02-21 10:08:33 +01:00
anho
ff634744fe added ProcessIdProcessor to inject pid to records #165 2013-02-20 21:13:00 +01:00
Jordi Boggiano
da33c84d07 CS fixes 2012-06-14 15:47:01 +02:00
Jordi Boggiano
3c4bc178cc Rename referer->referrer and server_name->server, update changelog 2012-04-22 11:26:54 +02:00
Jordi Boggiano
b4c12e9f2c Update/fix tests 2012-04-22 11:24:28 +02:00
Tiago Ribeiro
c8c231f177 Added referer to extra parameter 2012-04-20 16:44:33 +01:00
Christophe Coevoet
10e5ecd409 Added some tests 2011-08-29 15:00:28 +02:00
Jordi Boggiano
45b6740a0e Add tests for Memory processors 2011-07-20 00:05:18 +02:00
Jordi Boggiano
f93d6f0837 Added IntrospectionProcessor: Adds the line/file/class/method from which the log call originated 2011-07-04 21:32:49 +02:00