1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-29 11:26:09 +01:00
Commit Graph

1646 Commits

Author SHA1 Message Date
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
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
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
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
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
George Mponos
e855ad8923 Remove not needed checks for PHP version 2018-12-11 17:01:05 +02: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
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
George Mponos
d91c4e5c88 Merge remote-tracking branch 'monolog/master' into docblock_fixes 2018-12-10 21:00:35 +02:00
Jordi Boggiano
c141ce55fe Merge pull request #1244 from gmponos/missed_parameter
Parameter formatter was never set.. would cause fatal
2018-12-10 11:30:24 +01:00
Jordi Boggiano
32200e30f8 Merge pull request #1242 from gmponos/add_missing_bubble
Added missing bubble property
2018-12-10 11:22:35 +01:00
George Mponos
b373504d87 Add docblock to ResettableInterface 2018-12-09 23:32:39 +02:00
George Mponos
ee22181110 Mark Utils of getclass as final 2018-12-09 23:22:56 +02:00
George Mponos
208381d43e added more docblock fixes 2018-12-09 22:48:48 +02:00
George Mponos
790ff7fd1d Docblock fixes 2018-12-09 22:31:46 +02:00
George Mponos
966c2f64b3 Remove not needed cast 2018-12-09 22:22:04 +02:00
George Mponos
e2a3122e10 Parameter formatter was never set.. would cause fatal 2018-12-09 22:17:36 +02:00
George Mponos
045f8218dd Docblock fixes 2018-12-09 22:15:55 +02:00
George Mponos
73f2639237 Docblock fixes 2018-12-09 21:46:17 +02:00
George Mponos
61021a535d Added missing bubble property 2018-12-09 21:32:59 +02:00
George Mponos
04fe4cdec1 Make CURL util final and internal 2018-12-09 21:04:20 +02:00
Jordi Boggiano
0ad73a526f CS fixes 2018-12-08 18:16:32 +01:00
Jordi Boggiano
b978700c05 Merge remote-tracking branch 'akalongman/feature/elasticsearch' 2018-12-08 18:11:25 +01:00
Mponos George
daed05c3e5 Enable JSON encode pretty print (#1236) 2018-12-04 10:30:41 +01:00
Jordi Boggiano
204744df2e Merge branch '1.x' 2018-11-30 08:44:17 +01:00
Jordi Boggiano
a335f6f1a5 Fix tests for TestHandler reset support 2018-11-30 08:43:17 +01:00
Jordi Boggiano
bb99e4c699 Tweak const visibility, refs #1228 2018-11-29 20:09:44 +01:00
Jordi Boggiano
a7984a640f Merge remote-tracking branch 'gmponos/add_visibility_to_constants' 2018-11-29 19:41:58 +01:00
Kris Buist
7dd453e694 Rename ThresholdHandler to OverflowHandler 2018-11-20 20:03:58 +01:00
Jordi Boggiano
b675384799 Merge pull request #1231 from carusogabriel/file-permission
Fix files permissions
2018-11-20 00:21:21 +01:00
Jordi Boggiano
6ba1842850 Merge pull request #1230 from carusogabriel/returns
Simplify return
2018-11-20 00:15:53 +01:00
Jordi Boggiano
a7b16cfc73 Allow setting a formatter on the PsrHandler, fixes #1070 2018-11-19 23:50:49 +01:00
Jordi Boggiano
4a33226f25 Wrap up type-hint adding to all handlers 2018-11-19 23:28:33 +01:00
Gabriel Caruso
84305769c1 Fix files permissions 2018-11-19 14:04:31 -02:00
Gabriel Caruso
495b2c6049 Simplify return 2018-11-19 14:03:47 -02:00
Jordi Boggiano
1c5b0b8ff4 Update return types 2018-11-19 14:40:54 +01:00