Jordi Boggiano
|
6ab058099c
|
Merge branch '1.x'
|
2018-11-04 17:18:09 +01:00 |
|
Matt K
|
dd144f7fa2
|
Added ability to pass in host parameter for LogEntriesHandler, closes #1174, fixes #1173
|
2018-11-04 17:16:31 +01:00 |
|
Ramil Valitov
|
e11012dfde
|
[fix] change private vars to protected
|
2018-11-04 17:14:32 +01:00 |
|
Jordi Boggiano
|
916b034b2b
|
Add support for passing sentry contexts through monolog context or extra, closes #1214
|
2018-11-04 17:14:32 +01:00 |
|
Jordi Boggiano
|
1e23ca4e51
|
Merge pull request #1200 from domnikl/removed-silex
removed Silex, as it is no longer actively developed
|
2018-11-04 17:12:57 +01:00 |
|
Jordi Boggiano
|
1ee7d42012
|
Merge pull request #1195 from newclarity/master
Updated @see URL for GELF formatter.
|
2018-11-04 17:12:44 +01:00 |
|
Jordi Boggiano
|
5b1bf00729
|
Merge pull request #1204 from nicolas-grekas/processor-if
Add ProcessorInterface, an optional one to allow labelling Monolog processors
|
2018-11-04 16:54:28 +01:00 |
|
Jordi Boggiano
|
a56adad0c4
|
Merge pull request #1210 from ottaviano/raven-add-env-support
[RavenHandler] Add environment and breadcrumbs support
|
2018-11-04 16:47:23 +01:00 |
|
Jordi Boggiano
|
a31ec40343
|
Type hints for browser console handler
|
2018-11-04 16:44:28 +01:00 |
|
Jordi Boggiano
|
0bcaf7a34c
|
Type hints for browser console handler
|
2018-11-04 16:40:26 +01:00 |
|
Jordi Boggiano
|
cd21d4fc59
|
Merge pull request #1178 from katzien/master
Add scalar hints and return types to a few Handler classes
|
2018-11-04 16:36:57 +01:00 |
|
Jordi Boggiano
|
b0454ee489
|
Merge branch 'master' into master
|
2018-11-03 18:06:42 +01:00 |
|
Jordi Boggiano
|
bcc4ecfe33
|
Removed useless type hints and make sure level is only an int after normalization
|
2018-11-03 18:03:58 +01:00 |
|
Jordi Boggiano
|
228a763397
|
After Logger::toMonologLevel string|int is normalized to int
|
2018-11-03 18:02:37 +01:00 |
|
Dimitri Gritsajuk
|
869ca5963f
|
[RavenHandler] Add environment and breadcrumbs support
|
2018-11-02 22:01:16 +01:00 |
|
Jordi Boggiano
|
2a8786f228
|
Merge pull request #1209 from ottaviano/fix-test-master
Fix test on master
|
2018-11-02 21:29:51 +01:00 |
|
Jordi Boggiano
|
336f82560f
|
Merge pull request #1211 from andreybolonin/patch-1
add php 7.3 to travis
|
2018-11-02 21:29:17 +01:00 |
|
Andrey Bolonin
|
dfb4805e84
|
add php 7.3 to travis
|
2018-10-30 00:11:40 +02:00 |
|
Dimitri Gritsajuk
|
67365f0300
|
Fix test
|
2018-10-28 14:14:18 +01:00 |
|
Nicolas Grekas
|
db8130ce83
|
Add ProcessorInterface, an optional one to allow labelling Monolog processors
|
2018-10-12 12:14:11 -07:00 |
|
Dominik Liebler
|
44def471c0
|
removed Silex, as it is now longer actively developed
|
2018-10-03 13:57:08 +02:00 |
|
Mike Schinkel
|
e9dcd8490f
|
Updated @see URL for GELF formatter.
|
2018-09-23 23:03:04 -04:00 |
|
Jordi Boggiano
|
334b8d8783
|
More type hints on some handler classes
|
2018-07-18 09:55:49 +02:00 |
|
Kat
|
dc003d137e
|
Add docblocks and return type to the FingersCrossed strategy classes.
|
2018-07-17 17:32:33 +01:00 |
|
Kat
|
10bef97dea
|
Add scalar hints and return types to the ActivationStrategyInterface interface and its implementations.
|
2018-07-17 17:25:17 +01:00 |
|
Kat
|
b6b455ed11
|
Add scalar hints and return types to the SlackRecord handler.
|
2018-07-17 17:19:56 +01:00 |
|
Jordi Boggiano
|
06143b03e5
|
Add a bunch of return types and fix type inconsistencies reports from phan
|
2018-07-04 14:14:08 +02:00 |
|
Jordi Boggiano
|
e5900c3814
|
Merge branch '1.x'
|
2018-06-19 09:22:38 +02:00 |
|
Jordi Boggiano
|
c465e11445
|
Clarify NewRelicHandler requirements, closes #1123
|
2018-06-19 09:22:34 +02:00 |
|
Jordi Boggiano
|
41b8f5ebf4
|
CS fixes
|
2018-06-18 18:53:46 +02:00 |
|
Jordi Boggiano
|
fa9c4ebf3e
|
Update requirements in README
|
2018-06-18 18:27:06 +02:00 |
|
Jordi Boggiano
|
0193a07dd7
|
Merge branch '1.x'
|
2018-06-18 17:58:26 +02:00 |
|
Jordi Boggiano
|
ee10777821
|
Fix hipchat dropping messages, fixes #1116
|
2018-06-18 17:58:11 +02:00 |
|
Jordi Boggiano
|
7346e5fe36
|
Merge pull request #1170 from mpdude/include_trace_for_previous
Include stacktraces for "previous" excpetions in LineFormatter
|
2018-06-18 17:57:31 +02:00 |
|
Matthias Pigulla
|
c04f66ed54
|
Include stacktraces for "previous" excpetions in LineFormatter
|
2018-06-18 17:41:09 +02:00 |
|
Jordi Boggiano
|
7c549e383c
|
Update changelog
|
2018-06-18 17:31:08 +02:00 |
|
Jordi Boggiano
|
873ac681a6
|
Merge branch '1.x'
|
2018-06-18 17:27:30 +02:00 |
|
Jordi Boggiano
|
3e92b08956
|
Avoid information leaks through call_user_func arguments, fixes #1138
|
2018-06-18 17:21:54 +02:00 |
|
Jordi Boggiano
|
4e96288c15
|
Merge pull request #1169 from lstrojny/dev/better-psr3-formatting
Better PSR-3 message formatting
|
2018-06-18 16:50:07 +02:00 |
|
Jordi Boggiano
|
8b21ec0780
|
Drop PHP7.0 hacks
|
2018-06-18 16:49:28 +02:00 |
|
Jordi Boggiano
|
bbf9de5c8d
|
Follow useMicroseconds flag when possible
|
2018-06-18 16:48:08 +02:00 |
|
Jordi Boggiano
|
57a8a172e5
|
Update changelog
|
2018-06-18 16:38:33 +02:00 |
|
Jordi Boggiano
|
796f56b6d3
|
Fix test suite
|
2018-06-18 15:55:01 +02:00 |
|
Jordi Boggiano
|
95f62f7e3c
|
Merge branch '1.x'
|
2018-06-18 15:54:04 +02:00 |
|
Petter Blomberg
|
f753c68a73
|
Make context optional in hasRecord to not break backwards compatibility
|
2018-06-18 15:52:04 +02:00 |
|
Petter Blomberg
|
b381a973bc
|
Make TestHandler::hasRecord assert context, not only message
|
2018-06-18 15:50:12 +02:00 |
|
Lars Strojny
|
85d49f8568
|
Better PSR-3 message formatting
|
2018-06-18 12:24:31 +02:00 |
|
Jordi Boggiano
|
71afce5df7
|
Merge branch '1.x'
|
2018-06-18 11:34:19 +02:00 |
|
Klemen Bratec
|
e8db808dd3
|
Allow setting stream chunk size in SocketHandler (#1129)
|
2018-06-18 11:31:46 +02:00 |
|
Jordi Boggiano
|
90d343e6a6
|
Merge pull request #1057 from CarsonF/logstash-context-prefix
Change LogstashFormatter prefix properties to keys
|
2018-06-18 11:03:19 +02:00 |
|