Jordi Boggiano
8b09fd78aa
Merge pull request #1368 from gmsantos/patch-1
...
Update exception message in InsightOpsHandler
2019-09-02 08:54:59 +02:00
Gabriel Machado
0ffb4e2811
update exception message in InsightOpsHandler
2019-09-01 16:09:08 -03:00
Jordi Boggiano
5668309060
Merge pull request #1363 from Seldaek/normalize_normalizers
...
Normalize the way backtraces are normalized and remove args for special cases
2019-08-30 10:32:15 +02:00
Jordi Boggiano
ab4757ddf8
Merge branch '1.x' into normalize_normalizers
2019-08-30 10:27:19 +02:00
Jordi Boggiano
2efcbcd181
Remove closure stack frames entirely from log
2019-08-30 10:24:17 +02:00
Jordi Boggiano
6688b45ebe
Normalize the way backtraces are normalized and remove args for special cases, fixes #1346
2019-08-16 13:09:47 +02:00
Jordi Boggiano
1b5341b08b
Update changelog
2019-08-16 12:54:42 +02:00
Jordi Boggiano
c35fbc24bb
Merge pull request #1348 from happydude/1.x
...
Compatibility with actively maintained versions of Zend Server
2019-08-15 21:12:56 +02:00
Jason Davis
ca3a914276
Update for compatibility with actively maintained versions of Zend Server
2019-07-12 11:57:06 -07:00
Jordi Boggiano
17cbfb8b9c
Update changelog for 1.x
2019-07-06 15:03:00 +02:00
Jordi Boggiano
b0355add1d
Deprecate HipChatHandler, fixes #1271
2019-07-06 14:47:59 +02:00
Jordi Boggiano
447fb7b391
Deprecate RavenHandler, fixes #1340 , refs #1298 , refs #1331
2019-07-06 13:16:00 +02:00
Samuel NELA
319f4d7905
Test on php 7.4 only
2019-07-03 16:29:27 +02:00
Jordi Boggiano
97ea28435b
Merge pull request #1304 from dominikkukacka/feature/syslog-udp-rfc3164
...
Add possibility to use RFC3164 for udp syslog
2019-07-02 16:16:48 +02:00
yasutomog
ab7e54e7df
For when the date changes during a long process.
2019-07-02 15:54:02 +02:00
Jordi Boggiano
44858a95bd
Merge pull request #1281 from GreYY/fix-duplicate-record-in-group-handler
...
Fix create duplicate records in *GroupHandler 1.x
2019-07-01 16:54:34 +02:00
Dominik Kukacka
80e8b0d575
Add possibility to use RFC3164 for udp syslog
2019-03-22 22:49:38 +01:00
1adbed5c92
Fix create duplicate records in *GroupHandler
2019-01-25 13:06:55 +02:00
Jordi Boggiano
4d5b7e6ba1
Merge pull request #1257 from gmponos/deprecate_slack_bot
...
Deprecate slackbot handler
2018-12-26 15:24:03 +01:00
Jordi Boggiano
c42b9f0ece
Merge pull request #1266 from Zarthus/1.x
...
Update README link of Python Logbook
2018-12-26 15:04:06 +01:00
George Mponos
4e7dab4ffe
Deprecate slackbot handler
2018-12-13 19:47:06 +02:00
Jos Ahrens
fb48686ccc
Update README link of Python Logbook
...
The old URL is no longer in use, serving "Logbook's documentation is maintained elsewhere." and a redirect.
2018-12-13 09:05:51 +00:00
Jordi Boggiano
68f536105f
Merge pull request #1253 from RGustBardon/rgb/fix-restart-syscalls-1.x
...
Fix the property for restarting syscalls (#1251 )
2018-12-11 11:11:11 +01:00
Robert Gust-Bardon
67c33c347e
Fix the property for restarting syscalls ( #1251 )
...
Credit goes to @gmponos for reporting the problem.
2018-12-11 03:47:31 -05:00
Mponos George
b46967e74c
Add 7.3 to v1 also ( #1246 )
2018-12-10 11:13:43 +01:00
Jordi Boggiano
a335f6f1a5
Fix tests for TestHandler reset support
2018-11-30 08:43:17 +01:00
George Mponos
9ba4f22832
Reset test handler
2018-11-17 20:30:52 +02:00
Jordi Boggiano
bb3771b948
Merge pull request #1223 from ankurk91/patch/exclude
...
Exclude files and folder from release archive
2018-11-13 21:35:15 +01:00
Ankur Kumar
14e38f5ccb
Exclude files and folder from release archive
...
This file is same as master branch
2018-11-13 19:08:44 +05:30
Jordi Boggiano
25580ef961
Add BC notice to changelog
2018-11-05 13:13:11 +01:00
Jordi Boggiano
bfc9ebb28f
Update changelog date
1.24.0
2018-11-05 10:00:11 +01:00
Jordi Boggiano
6b5a392d87
Update changelog
2018-11-04 23:49:26 +01:00
Jordi Boggiano
b80352368c
Add Logger::close and clarify what close and reset do plus
2018-11-04 22:15:25 +01:00
Jordi Boggiano
712c5dacf6
Make static method static
2018-11-04 19:34:52 +01:00
Jordi Boggiano
ceebd568a2
Remove getClass func from Registry as it was moved to Utils class
2018-11-04 18:41:02 +01:00
Jordi Boggiano
24dafdeb8e
Merge pull request #1117 from RGustBardon/rgb/signal-handler
...
Register signal handlers
2018-11-04 18:28:17 +01:00
Jordi Boggiano
42d84e6a8d
Move getClass method to a Utils class, refs #1190
2018-11-04 18:23:20 +01:00
Jordi Boggiano
ca3813e31f
Merge remote-tracking branch 'nicolas-grekas/anon' into 1.x
2018-11-04 18:00:46 +01:00
Jordi Boggiano
a03084c6e7
Merge pull request #997 from lyrixx/resetable
...
Added a new ResettableInterface and implemented it where possible.
2018-11-04 17:43:12 +01:00
Jordi Boggiano
531d05a802
Merge branch '1.x' into resetable
2018-11-04 17:43:01 +01:00
Jordi Boggiano
d64fd101b7
Merge pull request #1188 from nicolas-grekas/raven-url
...
Update Raven client package URL
2018-11-04 17:24:41 +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
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
Nicolas Grekas
db8130ce83
Add ProcessorInterface, an optional one to allow labelling Monolog processors
2018-10-12 12:14:11 -07:00
Nicolas Grekas
9117a6c747
Fix displaying anonymous classes
2018-09-24 20:18:56 +02:00
Nicolas Grekas
bff2c8488e
Update Raven client package URL
2018-08-09 08:21:24 +02:00
Grégoire Pineau
0625068bf0
Added a new ResettableInterface and implemented it where possible.
...
When one use Monolog in a long process like an AMQP worker with a
`FingersCrossedHandler` or `BufferHandler` there is a drawback: as soon as there
is an AMQP message that generate a log >= error (for example), all next AMQP
messages will output logs, even if theses messages don't generate log where
level >= error.
In the same context there is a drawback for processor that add an UUID to the
logs. The UUID should change for each AMQP messages.
---
This patch address this issue with a new interface: `ResettableInterface` interface.
Side note: `reset()`, `flush()`, `clear()`, are already used in Monolog. So
basically, one can use the `reset()` on the `Logger` and on some
`Handler`s / `Processor`s.
It's especially useful for
* the `FingersCrossedHandler`: it `close()` the buffer, then it `clear()` the buffer.
* the `BufferHandler`: it `flush()` the buffer, then it `clear()` the buffer.
* the `UidProcessor`: it renew the `uid`.
2018-07-06 16:07:13 +02:00
Robert Gust-Bardon
37b587687d
Move POSIX signal handling to SignalHandler*
...
Suggested by Helmut Hummel (@helhum).
2018-07-01 23:42:41 -05:00