Jordi Boggiano
ec945b60d4
Merge branch '1.x'
2016-09-18 18:10:42 +02:00
Jordi Boggiano
dacec2fe1e
Merge remote-tracking branch 'eimanavicius/support-for-Throwable-in-JsonFormatter' into 1.x
2016-09-18 18:07:11 +02:00
Jordi Boggiano
1b5d46fc52
Revert addition of JSON_NUMERIC_CHECK as per #844 comment
2016-09-18 17:59:47 +02:00
Jordi Boggiano
300dda8f57
Merge pull request #834 from jaredtking/raven-php7-throwable
...
Add support for PHP 7 errors in RavenHandler
2016-09-18 17:52:02 +02:00
Guillaume Polaert
19d72693c8
Preserved typing for float and integers values
...
Related #831
Logs stored in a ELK-based solution need to keep the value typing, especially with float vs integer types.
Adding `JSON_NUMERIC_CHECK` and `JSON_PRESERVE_ZERO_FRACTION` allow to avoid issue.
2016-09-05 16:30:35 +02:00
krzysiekpiasecki
4ebf6fa43f
Declaring That a Logger Can Throw an Exception
2016-08-29 20:46:48 +02:00
Nerijus Eimanavičius
5587f6bd3b
Refactored JsonFormatter tests to more readable structure
2016-08-28 01:47:20 +03:00
Nerijus Eimanavičius
6586425a31
Better support for PHP7 \Throwable
2016-08-28 00:47:02 +03:00
Jared King
bc3ccb0e87
Add support for PHP 7 errors in RavenHandler by checking for Throwable instead of Exception
2016-08-17 11:14:23 -05:00
Jordi Boggiano
07b6c1c417
Merge pull request #833 from ameech/feature/add-equip-to-readme
...
Add Equip Framework to README
2016-08-06 03:00:35 +02:00
Adam Meech
9b6975e5f6
Add Equip Framework to README
2016-08-05 15:02:35 -05:00
Jordi Boggiano
cc1fe9fa91
Merge branch '1.x'
2016-07-29 05:25:24 +02:00
Jordi Boggiano
f42fbdfd53
Update changelog
1.21.0
2016-07-29 05:23:52 +02:00
Adam Kiss
3419d21669
Added option to log errors regardless of error_reporting setting
2016-07-29 05:22:42 +02:00
Jordi Boggiano
0defb2665b
Revert #810 and remove the context info in the php error logger of ErrorHandler, fixes #828 , closes #810
2016-07-29 05:08:45 +02:00
Jordi Boggiano
5967b80dfb
Only use DateTimeImmutable formatting for default date format, fixes #827
2016-07-29 05:07:02 +02:00
Jordi Boggiano
6b0d0c4a19
Merge branch '1.x'
2016-07-29 04:53:49 +02:00
Jordi Boggiano
20e09c7e5f
Merge remote-tracking branch 'ondrejmirtes/phpstan'
2016-07-29 04:51:47 +02:00
Jordi Boggiano
ced9284123
Fix tests
2016-07-29 04:51:33 +02:00
Jordi Boggiano
5052fe7b1f
Merge remote-tracking branch 'francisbesset/feat-soapfault' into 1.x
2016-07-29 04:47:55 +02:00
Jordi Boggiano
9b5bf2cca7
Allow formatting of message by setting a line formatter on SlackHandler, fixes #829
2016-07-29 04:20:18 +02:00
Jordi Boggiano
f952c6b5c9
Merge branch '1.x', fixes #771
2016-07-29 04:09:04 +02:00
Jordi Boggiano
fac277b15a
Make separator optional
2016-07-29 04:07:25 +02:00
Jordi Boggiano
5298d1aa33
Merge remote-tracking branch 'rpkamp/master'
2016-07-29 04:06:10 +02:00
Jordi Boggiano
679f4064a8
Merge branch '1.x'
2016-07-29 04:05:03 +02:00
Jordi Boggiano
a6ecf50e74
Allow other separators for the date format in RotatingFileHandler
2016-07-29 04:04:32 +02:00
Adam Brodziak
eca984b647
Throw RuntimeException if socket resource is missing
...
The socket resource can be closed, purged or lost during the runtime of an application.
It is valid concern, because the resource is acquired and used at different times during request.
LogicException is more for static preconditions that have to be valid before function call.
2016-07-20 16:07:14 +02:00
Francis Besset
8b1f522206
Added informations to normalize a SoapFault
2016-07-20 15:18:11 +02:00
Ondrej Mirtes
26d7d29d27
Fixed incompatible interfaces with MailHandler
2016-07-19 00:33:15 +02:00
Remon van de Kamp
49d64e1dd5
Allow alternative date separators for RotatingFileHandler
...
Currently only dashes are allowed in date formats (i.e., "Y-m-d").
This commit also allows slashes, underscores and dots to be used instead
of only dashes for more flexibility.
2016-07-14 21:01:35 +02:00
Jordi Boggiano
f16e67d523
CS fixes
2016-07-02 15:12:25 +01:00
Jordi Boggiano
a36b099646
Merge remote-tracking branch 'JulienBreux/feature/logmatic'
2016-07-02 15:05:16 +01:00
Jordi Boggiano
b909ca1e02
Merge branch '1.x'
2016-07-02 15:03:11 +01:00
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
Jordi Boggiano
f4567f1a5f
Merge pull request #808 from naderman/fix/normalizer-recusion
...
Normalization of arrays containing self references
2016-07-02 15:34:40 +02:00
Julien Breux
3d74d961ab
😱 Remove const
2016-06-28 18:46:44 +02:00
Julien Breux
4230ff5560
Fix scalar typehints
2016-06-28 18:41:45 +02:00
Julien Breux
b1f107d12d
Remove const
2016-06-28 18:39:44 +02:00
Julien Breux
996f420205
Add Logmatic.io
2016-06-28 18:07:18 +02:00
Jordi Boggiano
7efec0eeab
Fix timezone param handling
2016-06-25 16:46:53 +01:00
Nils Adermann
50232e7bb4
Introduce a depth parameter for normalization to limit stack nesting
2016-06-22 14:36:16 +02:00
Nils Adermann
c582a6e791
Add a test for references normalization
...
This is an issue in particular when $GLOBALS gets stuck into $context
2016-06-22 14:28:38 +02:00
Jordi Boggiano
8eaad3f972
Merge pull request #807 from SalesChamp/master
...
Fix for TypeError within SocketHandler
2016-06-15 17:41:46 +02:00
Martin Kačmar
c02b43e0e0
Fix for TypeError - stream_set_timeout() expects integer as second and third parameter
2016-06-15 17:01:22 +02:00
Jordi Boggiano
03bbe04ba1
Merge branch '1.x'
2016-06-11 16:09:32 +01:00
Elan Ruusamäe
33df788930
Update NormalizerFormatter.php
...
^H the i
2016-06-11 16:09:14 +01:00