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

1731 Commits

Author SHA1 Message Date
Trevor North
0ff3a9bd03 Fix BrowserConsoleHandler formatting
This resolves an issue whereby all styles would be applied in reverse
order to the formatting markers.
2019-11-12 20:36:02 +01:00
Jordi Boggiano
65f1f304d4 Add forwarding of formatter functions to nested handlers in Sampling, Filter and FingersCrossed handlers, and fix handling of callable factory handler config, fixes #1386, closes #1387 2019-11-11 18:21:38 +01:00
Jordi Boggiano
bb78e060e4 Merge pull request #1384 from amino-garricklam/skip_normalize_traversable
JsonFormatter: Don't even try to attempt normalizing iterators or generators in context
2019-11-11 10:04:19 +01:00
Garrick Lam
b271cd4294 Don't even try to attempt normalizing iterators or generators in context
Iterators and Generators may not be rewindable, so foreach is not safe
to use on them.

Iterators and especially Generators may trigger irreversible actions on
calling next(), so iterating over all values can potentially cause harm,
e.g. imagine an iterator over a set of HTTP POST requests that are sent
when the next value is requested . The only sufficiently safe thing to
iterate and include here are primitive arrays.
2019-11-08 10:49:56 +08:00
Jordi Boggiano
bd95e23bd2 Merge pull request #1375 from DavidPrevot/perm
Fix file permission
2019-09-09 13:53:32 +02:00
David Prévot
c404cb3240 Fix file permission 2019-09-07 21:23:23 -10:00
Jordi Boggiano
70e65a5470 Update changelog 1.25.1 2019-09-06 15:49:17 +02:00
Jordi Boggiano
c4553a1a53 Merge pull request #1374 from lyrixx/future
Fixed forward compatibilty layer
2019-09-06 15:46:15 +02:00
Grégoire Pineau
626bde6159 Fixed forward compatibilty layer 2019-09-06 14:58:11 +02:00
Jordi Boggiano
c5dcc05def Update changelog 1.25.0 2019-09-06 14:21:24 +02:00
Jordi Boggiano
edaa01a66f Add issue template 2019-09-05 14:53:43 +02:00
Jordi Boggiano
190aa65aac Fix chromephp tests 2019-09-05 14:33:55 +02:00
Jordi Boggiano
d6f225f2b8 Merge pull request #1373 from Pierre-Lannoy/patch-2
Change chrome header size limit
2019-09-05 13:31:17 +02:00
Pierre Lannoy
c8b0d08ceb Change chrome header size limit
Due to change in chromium header size support, the size limit enforced by the handler must be decreased.
2019-09-05 13:28:42 +02:00
Jordi Boggiano
9a6f71466a Merge pull request #1364 from lyrixx/future
Backport Interface and Trait from master to 1.X
2019-09-05 11:16:49 +02:00
Grégoire Pineau
6d76eaaf76 Backport Interface and Trait from master to 1.X 2019-09-05 11:02:35 +02:00
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