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
Jean-Baptiste Nahan
f4b89ac754
Fix content_type property
...
The property "Content-type" does not exist. Use "content_type" instead.
Work for RabbitMQ.
2016-03-13 16:05:20 +00:00
Jordi Boggiano
81045d5974
Fix tests
2016-03-09 11:43:02 +00:00
shiyangwu520
d04afcb5d0
Update RedisHandler.php
...
Should be the exec method, not the execute method
2016-03-09 11:29:06 +00:00
Jordi Boggiano
5085630fd6
Fix SlackHandler bug where slack drops some messages if the socket is closed too early, fixes #729
2016-03-07 12:29:57 +00:00
Jordi Boggiano
d68b63a0d0
Default to html when no content-type is set
2016-03-04 17:19:59 +00:00
John Hunt
88e483a815
Fixed small syntax bug with BrowserConsoleHandler preventing console output
...
Replaced commas in send() method when calling generateScript() - this was
preventing any javascript from being output
2016-03-04 17:08:06 +00:00
Jordi Boggiano
e19b764b5c
Update changelog
1.18.0
2016-03-01 18:00:40 +00:00
Jordi Boggiano
127d7720c9
CS fixes
2016-03-01 18:00:33 +00:00
Jordi Boggiano
fa96f6aa8f
Add support for firefox in ChromePHPHandler
2016-03-01 17:13:48 +00:00
Daniel Gimenes
3521455e51
LineFormatter if configured to use short attachment
2016-03-01 17:02:07 +00:00
Jordi Boggiano
25131bb5f6
Add context.* replacement in line formatter, fixes #717
2016-03-01 16:58:06 +00:00
Jordi Boggiano
bf61d9ff3f
Allow using LOG_LOCAL* on windows, fixes #713
2016-03-01 16:46:08 +00:00
Jordi Boggiano
1048aa4a59
Allow BrowserConsoleHandler to be overridden for better integration in frameworks
2016-03-01 16:39:55 +00:00
Jordi Boggiano
481fc4cfa1
PHP7 compat for exception classes, fixes #718
2016-03-01 16:20:06 +00:00
Alexey Karapetov
c688ff17eb
HandlerWrapper
2016-03-01 15:59:22 +00:00
Ronald Drenth
0d2bef0579
Add handleBatch implementation for PhpAmqpLib
2016-03-01 15:57:23 +00:00
Jordi Boggiano
dad186036c
Merge pull request #711 from phansys/json_formatter_normalizer
...
Add ability to include exception's stack traces in `Monolog\Formatter\JsonFormatter`
2016-03-01 15:48:15 +00:00
Jordi Boggiano
973d3ca7ae
Fix race condition in rotating file handler, fixes #709
2016-03-01 15:44:46 +00:00
Jordi Boggiano
6079ae8bfb
Merge remote-tracking branch 'origin/1.0' into 1.x
2016-03-01 15:40:28 +00:00
Jordi Boggiano
fb314292ab
Merge pull request #727 from greg0ire/set_release_for_all_logs
...
add release number to every log
2016-02-24 18:37:37 +00:00
Jordi Boggiano
cb2778ae77
Add ->withName to clone a handler and get a new name, fixes #730
2016-02-13 16:47:31 +00:00
Grégoire Paris
f1a59c5e0f
add release number to every log
...
This adds an internal release number to the raven handler. The release
number is added to what is sent to sentry unless something already is
present because a release number was sent via "context" or "extra".
2016-01-23 23:00:37 +01:00
Jordi Boggiano
79817af0de
Merge pull request #725 from eexit/1.x
...
Allow GroupHandler to set a formatter to all nested handlers
2016-01-22 18:13:50 +00:00