1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-16 10:04:14 +02:00

2648 Commits

Author SHA1 Message Date
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
Jordi Boggiano
965303ebfa Merge pull request #1319 from robbieaverill/patch-1
Add SilverStripe as a framework integration to readme
2019-06-30 19:08:19 +02:00
Jordi Boggiano
3a05a7c438 Merge pull request #1083 from krisbuist/threshold-handler
Add an OverflowHandler
2019-06-30 18:35:44 +02:00
Jordi Boggiano
c9a4e5fb48 Fix typo 2019-06-30 18:35:22 +02:00
Jordi Boggiano
64125db2ae Merge pull request #1318 from b3nl/patch-1
Adding curl sharing to fix #1313
2019-06-30 18:33:30 +02:00
Jordi Boggiano
6e6a3d7ccd Merge pull request #1289 from joeygallegos/patch-1
Bump year in license document
2019-06-30 18:29:38 +02:00
Jordi Boggiano
3920e83832 Merge pull request #1287 from cvuorinen/1286-fopen-check
Check file was opened successfully before trying to read/write
2019-06-30 18:16:21 +02:00
Jordi Boggiano
5b05bf5721 Merge pull request #1309 from alex2005git/master
Check for JsonSerializable in normalizeException
2019-06-30 18:13:50 +02:00
Rodion
aca061ec62 Delete SlackbotHandler from docs 2019-06-05 11:19:00 +03:00
Nikita Krasnikov
c2335059dd Fixed gelf formatter 2019-05-28 02:55:38 +03:00
Robbie Averill
10dcbc90f4 Fix grammar error 2019-05-17 11:38:07 +12:00
Robbie Averill
8d24527a02 Add SilverStripe as a framework integration to readme
SilverStripe ^4.0 and future 5.x ship with monolog out of the box
2019-04-23 10:15:50 +12:00
Björn Lange
2b0c2dbb26 Adding curl sharing to fix #1313
This change caches the curl handlers for every endoint and reuses them. This makes the logglyHandler two to three times faster.
2019-04-22 15:30:20 +02:00
Ondrej Exner
c5cacaa121 fix ProcessorInterface 2019-04-17 16:06:03 +02:00
Alex Calinescu
b40fec3b7e Check for JsonSerializable in normalizeException 2019-04-09 11:55:45 +03:00
Tobias Nyholm
b95129216d Dont use more than 2000 chars for slack attachments field 2019-04-04 13:46:58 +02:00
Alvaro Flaño
93eca5639d Enable adding/removing options to json_encode()
Sometimes you want to add some options. In my case I wanted to encode the data using JSON_FORCE_OBJECT, but there was no way to do it
2019-03-27 13:02:40 -03:00
Dominik Kukacka
80e8b0d575 Add possibility to use RFC3164 for udp syslog 2019-03-22 22:49:38 +01:00
Jochen Staerk
1985d1ee0c support two digit years
With this change you can use two digit years, i.e. $fileHandler->setFilenameFormat('{date}_{filename}', 'y-m-d'); for 19-03-21
2019-03-21 16:58:24 +01:00
Samuel NELA
c08ef35508 Test on php 7.4 only 2019-03-13 13:45:20 +01:00
Shrey Puranik
8b879fe6fa Readability updates
Fixes docblock, minor formatting tweak for readbility, and adds a new docblock for getSlackData record.
2019-03-08 15:15:58 +00:00
Gregory Goijaerts
95ff458b44 Replace logrotate link with alternative page
The current link no longer exists
2019-02-21 10:53:12 +01:00
Joey Gallegos
de90f03fa5 Bump year 2019-02-13 23:32:46 -06:00
Carl Vuorinen
b351406bb3 Check file was opened successfully before trying to read/write
Fixes #1286
2019-02-04 09:07:35 +02:00
The Digital Orchard
0b76b0b36a avoid function call when not needed; use single variable instead of two 2019-01-25 17:44:25 -08:00
1adbed5c92 Fix create duplicate records in *GroupHandler 2019-01-25 13:06:55 +02:00
Jordi Boggiano
ebb804e432 Merge pull request #1256 from gmponos/patch-2
Delete SlackbotHandler
2018-12-26 15:39:50 +01:00
George Mponos
655b4284d8 Delete slackbot handler 2018-12-26 16:38:36 +02:00
Jordi Boggiano
23ae49d046 Merge branch '1.x' 2018-12-26 15:36:52 +01:00
Jordi Boggiano
d13bdbaf82 Merge pull request #1254 from gmponos/remove_check_php_ver
Remove not needed checks for PHP version
2018-12-26 15:29:46 +01:00
Jordi Boggiano
326472abd1 Merge pull request #1261 from gmponos/remove_assert_internal
Remove assertInternalType that it is deprecated
2018-12-26 15:29:23 +01: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
6115d0fc19 Merge pull request #1258 from andyexeter/lineformatter-soapfault-details-master
Add SoapFault details to LineFormatter
2018-12-26 15:22:00 +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
ee350961da Remove assertInternalType that it is deprecated 2018-12-16 23:46:26 +02:00
andyexeter
897fca0d9b Add SoapFault exception formatting test 2018-12-15 13:56:25 +00:00
andyexeter
546708f23a Add SoapFault details to formatted exception 2018-12-15 13:55:51 +00: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
George Mponos
e855ad8923 Remove not needed checks for PHP version 2018-12-11 17:01:05 +02:00
Jordi Boggiano
3fbaff7a63 Merge pull request #1252 from RGustBardon/rgb/fix-restart-syscalls-master
Fix the property for restarting syscalls (#1251)
2018-12-11 11:11:47 +01: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
db54e30a86 Fix the property for restarting syscalls (#1251)
Credit goes to @gmponos for reporting the problem.
2018-12-11 04:05:15 -05:00
Robert Gust-Bardon
66c292f4a4 Use more PHP 7.1 in the SignalHandler 2018-12-11 04:04:23 -05: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
Jordi Boggiano
5d8db44eea Merge pull request #1241 from gmponos/error_handler
Error handler strict comparison fix
2018-12-11 07:45:54 +01:00
Jordi Boggiano
941be72a5d Merge pull request #1243 from gmponos/docblock_fixes
Docblock fixes
2018-12-11 07:45:10 +01:00
George Mponos
ee26edfd8c fix more docblocks 2018-12-10 23:38:46 +02:00
George Mponos
ef83e0647e Fix a wrong check on Error Handler and removed an old bug 2018-12-10 22:27:29 +02:00
George Mponos
c99682466f Fix docblocks 2018-12-10 21:07:13 +02:00