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

1455 Commits

Author SHA1 Message Date
Jordi Boggiano
55841909e2 Undo accidental linebreak 1.20.0 2016-07-02 15:02:10 +01:00
Jordi Boggiano
68459e5cbb Update CHANGELOG 2016-07-02 14:59:31 +01:00
Jordi Boggiano
69fb2aa1c1 Fix GroupHandler::handleBatch when the handler has processors, fixes #814 2016-07-02 14:48:22 +01:00
s4msung
d9be260f3d include $context in error_handler 2016-07-02 14:43:33 +01:00
Dmitry Ivanov
1c75491af2 HtmlFormatter methods accessibility
Please, make them protected instead of private to enable comfortable overriding of HtmlFormatter class.
2016-07-02 14:38:53 +01:00
Elan Ruusamäe
33df788930 Update NormalizerFormatter.php
^H the i
2016-06-11 16:09:14 +01:00
Jordi Boggiano
39aeecefae Add getter for the StreamHandler URL, fixes #797 2016-05-26 22:44:25 +01:00
Jordi Boggiano
5e6b844653 Only fail on really empty stream URL, fixes #796 2016-05-26 20:27:56 +01:00
Jordi Boggiano
ba9d57a96b Add extra safety 2016-05-20 20:14:51 +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
Remon van de Kamp
83a24937ba Add deprecation errors on RotatingFileHandler (#774)
* Add deprecation errors when attempting to set dateFormats of fileFormats that
break the possibility of rotating easily in RotatingFileHandler. Version 2.x
of Monolog will throw `\InvalidArgumentException`s in these cases.
2016-05-20 19:13:19 +01:00
Jordi Boggiano
96a19ab308 Merge pull request #790 from fprochazka/1.x-php7-throwable
Catch Throwable
2016-05-20 19:02:26 +01:00
Filip Procházka
e2c575b505 Catch Throwable 2016-05-13 21:43:07 +02:00
Jordi Boggiano
b23ddb363f Merge pull request #769 from naderman/t/fingers-crossed-override-activation
Provide means to manually activate a FingersCrossedHandler
2016-04-20 20:08:06 +01:00
Nils Adermann
0fc6734c6f FingersCrossedHandler: Clean up code 2016-04-20 15:00:33 -04:00
Nils Adermann
e7c326782f FingersCrossed: Adapt test for extraction of activate from handle() 2016-04-15 14:11:04 -04:00
Nils Adermann
abb58081fe Extract fingerscrossed activation into its own method callable from outside 2016-04-15 14:05:55 -04:00
Andrzej Kupczyk
04dedae4a8 Fixed $handler property visibility
According to the given example, $handler property should not be private.
2016-04-15 17:52:32 +01:00
Nils Adermann
e0b521ba53 Add a test that verifies manual overriding of activation strategy works 2016-04-14 17:02:29 -04:00
Nils Adermann
c677398c76 Provide means to manually activate a FingersCrossedHandler
This is useful if you have a FingersCrossedHandler set up and some where
in your application are interested in all output regardless of whether
the threshold is actually reached. For example to temporarily debug some
problem. One can replace the handler in that spot, but this is
signifcantly easier to use.
2016-04-14 16:56:59 -04:00
Jordi Boggiano
5f56ed5212 Update changelog 1.19.0 2016-04-12 19:29:35 +01:00
Jordi Boggiano
a3f7c4a147 Add getStream to the StreamHandler 2016-04-12 19:29:25 +01:00
Jordi Boggiano
f56f2969f7 Fix handling of messages with new lines 2016-04-12 19:17:42 +01:00
Jordi Boggiano
0e3a4bf48b Fix bug when messages contain colons 2016-04-12 19:02:03 +01:00
Jordi Boggiano
d18eb57ee9 Make sure levels are converted properly 2016-04-12 18:43:49 +01:00
Jordi Boggiano
a754edc64c Add ability to use formatter in email subject lines 2016-04-12 18:31:25 +01:00
Jordi Boggiano
1fa91efc3b Add DeduplicationHandler to avoid spamming the same log records over and over 2016-04-12 18:31:22 +01:00
Jordi Boggiano
a7ade9d68f Only close handles that have been opened by the StreamHandler, fixes #764 2016-04-10 13:01:10 +01:00
Jordi Boggiano
ccdc8b530c Truncate single messages if they go over the hipchat limit, fixes #629 2016-04-10 12:31:41 +01:00
Jordi Boggiano
6c21baf553 Remove 5.3.3 build as it lacks TLS 2016-04-10 12:27:44 +01:00
Jordi Boggiano
e4ec1e1848 Merge pull request #763 from xabbuh/gelf-format-large-data-5.3
fix Gelf message formatter tests
2016-04-10 11:56:51 +01:00
Jordi Boggiano
48e4f91310 Merge pull request #761 from xabbuh/patch-1
extract browser detection regex into a constant
2016-04-10 11:56:07 +01:00
Christian Flothmann
b437bb928a fix Gelf message formatter tests
Version 1.4.1 is the last version compatible with PHP < 5.3.9, but
filtered all message attributes with zero string length.
2016-04-05 15:51:16 +02:00
Christian Flothmann
f72b5036f8 extract browser detection regex into a constant 2016-04-05 12:19:39 +02:00
Jordi Boggiano
064b38c167 Update changelog 1.18.2 2016-04-02 14:12:58 +01:00
Jordi Boggiano
6bc1a444db Truncate messages if they reach the max length of GELF messages, fixes #751 2016-04-02 13:53:47 +01:00
chalasr
15e21f38aa Change copyright's end date from 2015 to 2016 2016-04-01 11:36:28 +01:00
Grégoire Paris
76247469e7 move from abandoned package to maintained package 2016-04-01 11:36:17 +01:00
Grégoire Paris
1b6f1f4ad8 use maintained package reference in suggestion
videlalvaro/php-amqplib has been abandoned in favor of
php-amqplib/php-amqplib
2016-04-01 11:36:12 +01:00
Jordi Boggiano
dec4e574c2 Merge pull request #758 from stof/patch-2
Only load mongo.so for PHP 5.x on Travis
2016-03-26 09:27:31 +01:00
Jordi Boggiano
96034ac8af Merge pull request #757 from remicollet/issue-ver
missing property
2016-03-25 21:51:34 +01:00
Christophe Coevoet
f614d44667 Only load mongo.so for PHP 5.x on Travis
ext-mongo does not exist for PHP 7 either, not only for HHVM.
2016-03-25 18:57:25 +01:00
Remi Collet
8cfc819265 missing property 2016-03-25 17:25:05 +01:00
Jordi Boggiano
a9ccae25cb Fix elastica formatter test, refs #742 2016-03-13 16:20:24 +00:00
Malte Blättermann
9ef18f111f Added millis 2016-03-13 16:18:47 +00:00
Jordi Boggiano
a5f2734e8c Update changelog 1.18.1 2016-03-13 16:08:35 +00:00
Jean-Baptiste Nahan
50241e6ced Update AmqpHandlerTest.php 2016-03-13 16:05:23 +00:00