1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-31 00:40:15 +02:00

2620 Commits

Author SHA1 Message Date
Jordi Boggiano
f259e2b15f Add types 2.9.1 2023-02-06 14:44:46 +01:00
Jordi Boggiano
c8b1e0e789 Fix serialization implementation 2023-02-06 14:43:38 +01:00
Jordi Boggiano
3e92e9d243 Update changelog 2023-02-06 14:34:37 +01:00
Jordi Boggiano
2ae044482c Fix serializability of Logger class, fixes #1792 2023-02-06 14:33:41 +01:00
Jordi Boggiano
e1c0ae1528 Update changelog 2.9.0 2023-02-05 14:07:32 +01:00
Tetragramat
1f25f9b343 WhatFailureGroupHandler catches failures in method close (#1791) 2023-02-04 22:53:22 +01:00
Jordi Boggiano
7c04005a28 Ignore enum errors 2023-02-04 22:41:51 +01:00
Alex
3b866c9185 GitHub Workflows security hardening (#1763)
Signed-off-by: Alex <aleksandrosansan@gmail.com>
2023-02-04 22:29:31 +01:00
Bart Swaalf
8255feb444 Add support for enum context values to psr formatter (#1773) 2023-02-04 16:05:18 +01:00
Jordi Boggiano
6459aeb4a7 Fix ignores 2023-02-04 15:53:31 +01:00
Niklas Keller
0f014206a4 Fix cycle detection within fibers (#1753)
* Fix cycle detection within fibers

We keep a separate depth count per fiber.

Fixes #1752.

* Avoid additional call to Fiber::getCurrent()

Suppresses phpstan errors, as they're false positives.
2023-02-04 15:49:17 +01:00
Mikhail Popov
58f503004d Fix setting of extra attributes in AmqpHandler when handling batches of records (#1781)
One of content_type, content_encoding, message_id, user_id, app_id, delivery_mode, priority, timestamp, expiration, type or reply_to, headers.

Co-authored-by: Попов Михаил <popov.mv@betcity.ru>
2023-02-04 15:46:32 +01:00
Luís Cobucci
e937256eee Fix date/time field for GCP logging (#1758)
We introduced the formatter using the incorrect field, which was making GCP not to extract the correct value from the payload.

This uses the field that actually maps to the expected format.

More info: https://cloud.google.com/logging/docs/structured-logging
2023-02-04 15:38:57 +01:00
Rod Elias
1387e02612 Add .editorconfig file (#1768)
See: https://editorconfig.org/
2022-10-14 17:01:04 +02:00
Jordi Boggiano
6a28e9d41a Use facility additional value and not channel to be compat with existing Monolog 3 code 2022-08-20 15:05:05 +02:00
Jordi Boggiano
6bf3b35b80 Deprecate FlowdockHandler and formatter as the service was shutdown, fixes #1748 2022-08-20 14:12:43 +02:00
Jordi Boggiano
5eccd17dc5 Add graylog2/gelf-php 2.x support, fixes #1747 2022-08-20 14:09:11 +02:00
Jordi Boggiano
132eace138 Fix build 2022-08-02 15:03:47 +03:00
pafernandez-oesia
620dca1126 Update BrowserConsoleHandler console output method (#1739)
Instead of using console.log for all log levels, it uses debug, info, warn and error methods depending on the log level.
This makes filtering logs easier in the browser console and highlights error level messages.
2022-08-02 13:47:03 +02:00
Jordi Boggiano
720488632c Update changelog 2.8.0 2022-07-24 13:55:47 +02:00
Jordi Boggiano
4b4fad9476 Fix serialization to include private properties, fixes #1727, fixes phpro/grumphp#1020 2022-07-22 20:49:07 +02:00
Lusso Luca
ffd505543c Add RFC 5424 level (7 to 0) support to Logger::log and Logger::addRecord, fixes #1686 (#1723)
Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
2022-07-22 16:46:43 +02:00
Pavel Bychko
320909a1d1 Fix replaceNewlines method to avoid replacing escaped backslashes, closes #1721, fixes #1720 2022-07-22 16:05:32 +02:00
Jordi Boggiano
cf0f4b3814 Handle __toString to serialize objects which are not json-serializable in JsonFormatter, fixes #1733 2022-07-22 15:27:46 +02:00
Jordi Boggiano
284482a726 More test fixes 2022-07-22 15:12:01 +02:00
Jordi Boggiano
1e6a4e106c Remove deprecated handlers from docs 2022-07-22 15:10:54 +02:00
Jordi Boggiano
34635fdcf5 Add docs 2022-07-22 15:08:12 +02:00
Jordi Boggiano
6fdeea463c Fix build 2022-07-22 15:07:44 +02:00
Jordi Boggiano
9c1fb56f6a Deprecate CubeHandler and PHPConsoleHandler which are targetting abandoned projects, fixes #1734 2022-07-22 15:00:02 +02:00
Jordi Boggiano
611ff01fa6 Skip php8.2 default build 2022-07-22 14:48:24 +02:00
Jordi Boggiano
3a1ea88ee0 Fix matrix 2022-07-22 14:47:49 +02:00
Jordi Boggiano
b3ac20ef32 Matrix update 2022-07-22 14:46:07 +02:00
Jordi Boggiano
ad09e76f97 Add php 8.2 build 2022-07-22 14:26:06 +02:00
Jordi Boggiano
c1c73b07de Update issue templates 2022-07-22 14:25:43 +02:00
erikn69
27dc1b2ef7 Fix utf8_encode deprecation (#1722) 2022-07-22 14:23:53 +02:00
Jordi Boggiano
83db4b3f81 Handle depth to avoid cases where an exception has many too many previous exceptions, fixes #1726 2022-07-22 14:18:01 +02:00
systemsolutionweb
ffc2bc2e23 Update .gitattributes, closes #1688 2022-07-22 14:12:11 +02:00
Jordi Boggiano
475bc87409 Fix issues 2022-07-22 13:33:21 +02:00
Jordi Boggiano
6cc788bdec Fix build error with lowest deps on php7.4 2022-07-22 13:25:12 +02:00
Max Ageev
af8efac0d5 Check if errorMessage contain error "File exists"
Fixes #1678, closes #1685

When we try to create directory we got error and find out that error is to the fact that directory already was created for us.
If that the case we should not throw exception as it's fine now...
If file was deleted after that it's not problem of this funtion.
2022-07-22 13:19:52 +02:00
Thomas Müller
f958fdac0f allow Predis 2.0, closes #1732 2022-07-22 13:16:54 +02:00
Jordi Boggiano
11be0a4b30 Fix phpstan errors 2022-07-22 13:15:11 +02:00
Mikhail Popov
3734f190f8 Add the ability to set or redefine attributes for messages in Rabbit. (#1724)
One of content_type, content_encoding, message_id, user_id, app_id, delivery_mode, priority, timestamp, expiration, type or reply_to, headers.

Co-authored-by: Попов Михаил <popov.mv@betcity.ru>
2022-07-22 13:08:34 +02:00
Luís Cobucci
197f534d42 Add basic support to Google Cloud Logging format (#1719)
Google Cloud Logging doesn't show the correct level log when using
JsonFormatter, making observability a bit trickier. This applies minor
tweaks to the default format, allowing log entries to be properly
represented.

There are alternative packages to this but they add fields that aren't
strictly required - also performing `debug_backtrace()` calls that are
usually not desired when in production mode.

This is a backport of https://github.com/Seldaek/monolog/pull/1690

Signed-off-by: Luís Cobucci <lcobucci@gmail.com>
2022-07-22 13:04:51 +02:00
Jordi Boggiano
5579edf28a Update changelog 2.7.0 2022-06-09 10:59:12 +02:00
henning
24e414c993 Added $datetime parameter to addRecord method to optionally log into the past/future 2022-06-09 10:49:31 +02:00
Gene Alyson Fortunado Torcende
8ac56aa42b RotatingFileHandler to maintain the correct maximum number files when using folder by date (#1671) 2022-06-09 10:41:11 +02:00
Jordi Boggiano
eac0c22ad2 Mark TestCase internal until PHPStorm handles this better, fixes #1677 2022-06-09 10:40:17 +02:00
Dmitry Menshikov
64854f09da Correct handling of E_USER_ERROR as fatal error if registerErrorHandl… (#1670)
* Correct handling of E_USER_ERROR as fatal error if registerErrorHandler is called with callPrevious, fixes #1669
2022-06-09 09:04:15 +02:00
Jordi Boggiano
9c1566a971 Add a way to disable logging loop detection, closes #1681 2022-06-08 21:51:47 +02:00