1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 05:07:36 +02:00

1740 Commits

Author SHA1 Message Date
Jordi Boggiano
904713c592 Update changelog 1.27.1 2022-06-09 10:53:42 +02:00
David Schneider
07a0d1ed33 Set StreamHandler stream chunk size, backport #1552
This ensures atomic log record writing to the output stream.
2022-06-09 09:45:08 +02:00
Błażej Rybarkiewicz
ea9d86160b Fix MandrillHandler for swiftmailer >= 6.0.0 (#1676) 2022-06-09 09:37:08 +02:00
Jordi Boggiano
52ebd235c1 Update changelog 1.27.0 2022-03-13 21:29:46 +01:00
Geoffrey
09769e4238 Max depth formatter (#1633) 2022-03-13 21:20:19 +01:00
Christophe Coevoet
895066e602 Fix the composer.json (#1598) 2021-10-01 22:48:05 +02:00
Jordi Boggiano
c6b00f0515 Update changelog 1.26.1 2021-05-28 10:32:12 +02:00
Jordi Boggiano
377272dd43 Merge pull request #1554 from derrabus/bugfix/datetime-on-8.1
Fix deprecation warning on PHP 8.1
2021-05-28 09:28:55 +02:00
Alexander M. Turek
2e37d0bbd1 Fix deprecation warning on PHP 8.1 2021-05-15 01:18:18 +02:00
Jordi Boggiano
2209ddd84e Update changelog 1.26.0 2020-12-14 13:56:38 +01:00
Jordi Boggiano
e6e43ca097 Use Utils::jsonEncode to encode json correctly 2020-12-10 09:57:10 +01:00
Jordi Boggiano
2bb3ffa6e0 Merge remote-tracking branch 'redmatter/backport-psr-log-message-processor-from-v2' into 1.x 2020-12-10 09:55:19 +01:00
Jordi Boggiano
7c977e451c Fix lint 2020-12-09 13:58:31 +01:00
Jordi Boggiano
24a9588865 Disable php 8 build for v1 2020-12-09 13:56:13 +01:00
Jordi Boggiano
d3f4f48f0f Fix lint task 2020-12-09 13:54:14 +01:00
Jordi Boggiano
279cf6a900 Migrate to GH actions, add phpstan 2020-12-09 13:49:22 +01:00
Dino Korah
a05c1a9732 Fix broken unit tests 2020-08-04 12:25:34 +01:00
Dino Korah
fa78dd4400 Backport PsrLogMessageProcessor from master (2.x) 2020-08-04 12:09:20 +01:00
Jordi Boggiano
1817faadd1 Update changelog 1.25.5 2020-07-23 10:35:51 +02:00
axell-brendow
bcca19cee0 Improve exception message
This exception is commonly thrown in Laravel applications when using Docker.
But it is not clear why the system could not open a file that has read permission
for all users. So, when I came to the code of Monolog I saw that you try to open it
in append mode, so I think that just adding this information could help a lot other
users.
2020-07-23 10:34:11 +02:00
Jordi Boggiano
c3a05db90c Fix unique_id in WebProcessor not being disableable, fixes #1470 2020-07-08 21:01:20 +02:00
Jordi Boggiano
6eee2fa4d4 Merge pull request #1472 from jdecool/avoid-array-accesson-on-null
Fix array offset access on null in RavenHandler
2020-07-08 21:00:48 +02:00
Jérémy DECOOL
ec3b35f72c Fix array offset access on null in RavenHandler 2020-06-04 23:13:45 +02:00
Jordi Boggiano
3022efff20 Update changelog 1.25.4 2020-05-22 09:31:27 +02:00
Jordi Boggiano
b5260af0d1 Also remove deprecation warnings when running outside of travis on php 7.4 2020-05-22 09:30:27 +02:00
Jordi Boggiano
6f9b0a5ff2 Remove deprecation warnings on 7.4 2020-05-22 09:27:32 +02:00
Jordi Boggiano
a73b4036c5 Build updates 2020-05-22 09:10:51 +02:00
Jordi Boggiano
fa4a173f69 Fix 5.3 syntax 2020-05-21 16:56:55 +02:00
Jordi Boggiano
c50950d79e Canonicalize paths when constructing RotatingFileHandler/StreamHandler, fixes #1326 2020-05-21 16:54:57 +02:00
Jordi Boggiano
acd3173c4a Fix SoapFault when detail is nested object, fixes #1431, refs #1462 2020-05-21 16:39:23 +02:00
Jordi Boggiano
74f92ea154 Remove lock file 2020-05-11 21:42:25 +02:00
Jordi Boggiano
21c7b7610d Remove abandoned dep, fixes #1445 2020-05-11 21:36:52 +02:00
Jordi Boggiano
31dc2304a1 Merge pull request #1447 from symfonyaml/patch-1
Registry class not used in ErrorHandler
2020-05-11 21:36:03 +02:00
jambert
a14890834a Registry class not used in ErrorHandler 2020-04-04 15:37:48 +02:00
Jordi Boggiano
5c670ec3d2 Merge pull request #1438 from rickserrat/hotfix/gitprocessor
Check that  is not null before calling preg_match
2020-03-13 17:46:09 +01:00
Henrique Serrat
280f6a131f Check that is not null before calling preg_match 2020-03-13 11:25:08 -03:00
Jordi Boggiano
cc6d6c3a0d Merge pull request #1430 from alexander-schranz/patch-1
Fix typehint for AbstractHandler level parameter
2020-02-14 18:17:22 +01:00
Alexander Schranz
ed46997f58 Fix typehint for AbstractHandler level parameter
The level parameter of the AbstractHandler supports also the PSR levels as strings e.g. `\Psr\Log\LogLevel::ERROR` or from a ENV variable `CUSTOM_ERROR_HANDLER_LEVEL=error`
2020-01-30 17:41:20 +01:00
Jordi Boggiano
fa82921994 Update changelog 1.25.3 2019-12-20 15:15:16 +01:00
theravel
9621075c0f Fix JSON formatting of resource type, closes #1410 2019-12-20 14:49:27 +01:00
Jordi Boggiano
0d733f9297 Merge pull request #1414 from GrahamCampbell/patch-1
Update .travis.yml
2019-12-20 14:08:58 +01:00
Graham Campbell
96ec86aaa1 Update .travis.yml 2019-12-20 09:59:49 +00:00
Jordi Boggiano
d25bb38d78 Merge pull request #1412 from fbnfgc/patch-1
Set phpredis multi() mode parameter
2019-12-20 09:52:46 +01:00
Fabien
39c7e04ad4 Set phpredis multi() mode parameter 2019-12-19 21:45:05 +01:00
Jordi Boggiano
b928039c23 Merge pull request #1406 from mpdude/fix-tr-locale
Fix a bug when using string-based loglevels in the `tr_TR` locale
2019-12-07 13:16:30 +01:00
Matthias Pigulla
f8245696b3 Use strtr() instead of strtoupper() to avoid bogus results
For examle the tr_TR locale will upper-case "i" to the
"latin capital letter i with dot above" İ.
2019-12-07 11:40:26 +00:00
Jordi Boggiano
ea216b0e2f Merge pull request #1402 from dmaicher/issue-1401
FilterHandler: fix handle empty batch of filtered records
2019-11-15 15:47:16 +01:00
Jordi Boggiano
3c3ff5881c Avoid calling nested handler entirely if there is nothing left to handle 2019-11-15 15:46:53 +01:00
David Maicher
525d29847a FilterHandler: fix handle empty batch of filtered records 2019-11-15 13:07:02 +01:00
Jordi Boggiano
d5e2fb341c Add missing use statement 1.25.2 2019-11-13 11:00:05 +01:00