summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Remove redundant setTimezone callJordi Boggiano2016-09-251-4/+1
| | |
* | | When newlines are allowed in LineFormatter, unpack json_encoded blobs ↵Jordi Boggiano2016-09-252-1/+23
| | | | | | | | | | | | containing newlines into multiline strings, fixes #752
* | | CS fixesJordi Boggiano2016-09-2515-36/+39
| | |
* | | Merge branch '1.x'Jordi Boggiano2016-09-253-28/+59
|\ \ \ | |/ /
| * | Make sure SyslogUdpHandler does not create empty frames where not necessary, ↵Jordi Boggiano2016-09-252-2/+18
| | | | | | | | | | | | fixes #841
| * | Tweak RollbarHandler to use proper levels and include level and level_name ↵Jordi Boggiano2016-09-251-23/+35
| | | | | | | | | | | | in context info, fixes #852
* | | Merge pull request #840 from krzysiekpiasecki/masterJordi Boggiano2016-09-251-0/+4
|\ \ \ | | | | | | | | Declaring That a Logger Can Throw an Exception
| * | | Declaring That a Logger Can Throw an Exceptionkrzysiekpiasecki2016-08-291-0/+4
| | | |
* | | | Merge branch '1.x'Jordi Boggiano2016-09-253-0/+101
|\ \ \ \ | | |/ / | |/| |
| * | | Make hg test optionalJordi Boggiano2016-09-251-0/+10
| | | |
| * | | add MercurialProcessorJonathan A. Schweder2016-09-253-0/+91
| | | |
* | | | Maybe now?Jordi Boggiano2016-09-251-2/+2
| | | |
* | | | Fix datetime rounding errors on travisJordi Boggiano2016-09-251-4/+3
| | | |
* | | | Add caching on travis buildsJordi Boggiano2016-09-251-2/+6
| | | |
* | | | Enable redis ext on travisJordi Boggiano2016-09-251-0/+1
| | | |
* | | | Undo this LocalSocket fiasco, fix tests for latest phpunitJordi Boggiano2016-09-2517-445/+442
| | | |
* | | | Fixing the socket mess, maybe.Jordi Boggiano2016-09-199-349/+307
| | | |
* | | | Add debug mode to make travis spit it outJordi Boggiano2016-09-191-1/+1
| | | |
* | | | Fix lower testsJordi Boggiano2016-09-192-23/+46
| | | |
* | | | Bypass composer to avoid timeouts on travisJordi Boggiano2016-09-191-1/+1
| | | |
* | | | Fix a ton of tests for latest phpunit and turn faked-stream tests into real ↵Jordi Boggiano2016-09-1920-403/+447
| | | | | | | | | | | | | | | | network tests with a local server
* | | | Add php7.1 buildJordi Boggiano2016-09-191-2/+4
| | | |
* | | | Fix MongoDBFormatterJordi Boggiano2016-09-191-1/+1
| | | |
* | | | Minor clarificationsJordi Boggiano2016-09-191-4/+7
| | | |
* | | | Fixes microsecond timezone support, fixes #832Jordi Boggiano2016-09-192-2/+59
| | | |
* | | | Merge branch '1.x'Jordi Boggiano2016-09-183-33/+89
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch ↵Jordi Boggiano2016-09-182-23/+85
| |\ \ \ | | | | | | | | | | | | | | | 'eimanavicius/support-for-Throwable-in-JsonFormatter' into 1.x
| | * | | Refactored JsonFormatter tests to more readable structureNerijus Eimanavičius2016-08-281-39/+72
| | | | |
| | * | | Better support for PHP7 \ThrowableNerijus Eimanavičius2016-08-282-2/+31
| | | | |
| * | | | Merge pull request #834 from jaredtking/raven-php7-throwableJordi Boggiano2016-09-181-1/+1
| |\ \ \ \ | | |/ / / | |/| | | Add support for PHP 7 errors in RavenHandler
| | * | | Add support for PHP 7 errors in RavenHandler by checking for Throwable ↵Jared King2016-08-171-1/+1
| |/ / / | | | | | | | | | | | | instead of Exception
* | | | Revert addition of JSON_NUMERIC_CHECK as per #844 commentJordi Boggiano2016-09-181-1/+1
| | | |
* | | | Preserved typing for float and integers valuesGuillaume Polaert2016-09-051-1/+1
| |/ / |/| | | | | | | | | | | Related #831 Logs stored in a ELK-based solution need to keep the value typing, especially with float vs integer types. Adding `JSON_NUMERIC_CHECK` and `JSON_PRESERVE_ZERO_FRACTION` allow to avoid issue.
* | | Merge pull request #833 from ameech/feature/add-equip-to-readmeJordi Boggiano2016-08-061-0/+1
|\ \ \ | | | | | | | | Add Equip Framework to README
| * | | Add Equip Framework to READMEAdam Meech2016-08-051-0/+1
|/ / /
* | | Merge branch '1.x'Jordi Boggiano2016-07-292-3/+14
|\ \ \ | |/ /
| * | Update changelog1.21.0Jordi Boggiano2016-07-291-0/+8
| | |
| * | Added option to log errors regardless of error_reporting settingAdam Kiss2016-07-291-2/+5
| | |
| * | Revert #810 and remove the context info in the php error logger of ↵Jordi Boggiano2016-07-291-1/+1
| | | | | | | | | | | | ErrorHandler, fixes #828, closes #810
* | | Only use DateTimeImmutable formatting for default date format, fixes #827Jordi Boggiano2016-07-291-1/+3
| | |
* | | Merge branch '1.x'Jordi Boggiano2016-07-295-5/+70
|\ \ \ | |/ /
| * | Fix testsJordi Boggiano2016-07-293-4/+8
| | |
| * | Merge remote-tracking branch 'francisbesset/feat-soapfault' into 1.xJordi Boggiano2016-07-292-0/+37
| |\ \
| | * | Added informations to normalize a SoapFaultFrancis Besset2016-07-202-0/+37
| | | |
| * | | Allow formatting of message by setting a line formatter on SlackHandler, ↵Jordi Boggiano2016-07-292-4/+28
| | | | | | | | | | | | | | | | fixes #829
* | | | Merge remote-tracking branch 'ondrejmirtes/phpstan'Jordi Boggiano2016-07-292-2/+2
|\ \ \ \
| * | | | Fixed incompatible interfaces with MailHandlerOndrej Mirtes2016-07-192-2/+2
| | |_|/ | |/| |
* | | | Merge branch '1.x', fixes #771Jordi Boggiano2016-07-292-1/+5
|\ \ \ \ | | |/ / | |/| |
| * | | Make separator optionalJordi Boggiano2016-07-291-1/+1
| | | |
* | | | Merge remote-tracking branch 'rpkamp/master'Jordi Boggiano2016-07-291-0/+12
|\ \ \ \
| * | | | Allow alternative date separators for RotatingFileHandlerRemon van de Kamp2016-07-142-3/+16
| | |/ / | |/| | | | | | | | | | | | | | | | | | Currently only dashes are allowed in date formats (i.e., "Y-m-d"). This commit also allows slashes, underscores and dots to be used instead of only dashes for more flexibility.
* | | | Merge branch '1.x'Jordi Boggiano2016-07-291-3/+4
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Allow other separators for the date format in RotatingFileHandlerJordi Boggiano2016-07-291-4/+5
| |/
* | CS fixesJordi Boggiano2016-07-029-24/+27
| |
* | Merge remote-tracking branch 'JulienBreux/feature/logmatic'Jordi Boggiano2016-07-025-0/+275
|\ \
| * | 😱 Remove constJulien Breux2016-06-281-1/+1
| | |
| * | Fix scalar typehintsJulien Breux2016-06-282-3/+3
| | |
| * | Remove constJulien Breux2016-06-281-2/+1
| | |
| * | Add Logmatic.ioJulien Breux2016-06-285-0/+276
| | |
* | | Merge branch '1.x'Jordi Boggiano2016-07-025-3/+46
|\ \ \ | | |/ | |/|
| * | Undo accidental linebreak1.20.0Jordi Boggiano2016-07-021-1/+0
| | |
| * | Update CHANGELOGJordi Boggiano2016-07-021-0/+10
| | |
| * | Fix GroupHandler::handleBatch when the handler has processors, fixes #814Jordi Boggiano2016-07-022-0/+33
| | |
| * | include $context in error_handlers4msung2016-07-021-1/+2
| | |
| * | HtmlFormatter methods accessibilityDmitry Ivanov2016-07-021-2/+2
| | | | | | | | | Please, make them protected instead of private to enable comfortable overriding of HtmlFormatter class.
* | | Merge pull request #808 from naderman/fix/normalizer-recusionJordi Boggiano2016-07-024-6/+23
|\ \ \ | |_|/ |/| | Normalization of arrays containing self references
| * | Introduce a depth parameter for normalization to limit stack nestingNils Adermann2016-06-223-6/+14
| | |
| * | Add a test for references normalizationNils Adermann2016-06-221-0/+9
| | | | | | | | | | | | This is an issue in particular when $GLOBALS gets stuck into $context
* | | Fix timezone param handlingJordi Boggiano2016-06-251-1/+1
| | |
* | | Merge pull request #807 from SalesChamp/masterJordi Boggiano2016-06-151-1/+1
|\ \ \ | | | | | | | | Fix for TypeError within SocketHandler
| * | | Fix for TypeError - stream_set_timeout() expects integer as second and third ↵Martin Kačmar2016-06-151-1/+1
|/ / / | | | | | | | | | parameter
* | | Merge branch '1.x'Jordi Boggiano2016-06-111-1/+1
|\ \ \ | | |/ | |/|
| * | Update NormalizerFormatter.phpElan Ruusamäe2016-06-111-1/+1
| | | | | | | | | ^H the i
* | | Fix depsJordi Boggiano2016-05-301-2/+2
| | |
* | | Fix loggly formatter testJordi Boggiano2016-05-271-1/+1
| | |
* | | Fix method caseJordi Boggiano2016-05-271-1/+1
| | |
* | | More amqp fixesJordi Boggiano2016-05-272-5/+3
| | |
* | | Fix typoJordi Boggiano2016-05-271-1/+1
| | |
* | | Fix mongodb formatterJordi Boggiano2016-05-271-8/+1
| | |
* | | Fix AmqpHandler class checkJordi Boggiano2016-05-271-1/+1
| | |
* | | Fix testsJordi Boggiano2016-05-272-6/+6
| | |
* | | Move to strict mode and fix testsJordi Boggiano2016-05-27170-240/+239
| | |
* | | Merge branch '1.x'Jordi Boggiano2016-05-261-0/+10
|\ \ \ | |/ /
| * | Add getter for the StreamHandler URL, fixes #797Jordi Boggiano2016-05-261-0/+10
| | |
* | | Auto-detecting of mime type for emails and switched to HtmlFormatter for ↵Jordi Boggiano2016-05-267-7/+47
| | | | | | | | | | | | emails by default, fixes #577
* | | Make handlers more serializable by default by having them close() before ↵Jordi Boggiano2016-05-262-5/+37
| | | | | | | | | | | | sleeping, fixes #365
* | | Add links to implementationsJordi Boggiano2016-05-261-69/+69
| | |
* | | CS fixesJordi Boggiano2016-05-26115-1123/+1138
| | |
* | | Merge branch '1.x'Jordi Boggiano2016-05-262-3/+3
|\ \ \ | |/ /
| * | Only fail on really empty stream URL, fixes #796Jordi Boggiano2016-05-261-1/+1
| | |
| * | Add extra safetyJordi Boggiano2016-05-201-2/+2
| | |
* | | Add type hints and fix formattingJordi Boggiano2016-05-262-18/+19
| | |
* | | Merge remote-tracking branch 'ricardofontanelli/master'Jordi Boggiano2016-05-261-0/+95
|\ \ \
| * | | FIX the class nameRicardo Fontanelli2016-05-241-1/+1
| | | | | | | | | | | | FIX the class name (sorry, I'm coding direct in GitHub)
| * | | FIX typing errorsRicardo Fontanelli2016-05-231-1/+1
| | | | | | | | | | | | FIX typing errors
| * | | CS fixesRicardo Fontanelli2016-05-231-13/+13
| | | | | | | | | | | | CS fixes
| * | | ADD support to SendGrid HandlerRicardo Fontanelli2016-05-231-0/+95
| | | | | | | | | | | | ADD support to SendGrid Handler
* | | | Remove exchangeName usage for AMQP extension users and make PhpAmqpLib use ↵Jordi Boggiano2016-05-261-5/+3
| | | | | | | | | | | | | | | | it only if provided, no more default to "log", fixes #355
* | | | Change the way objects are normalized to avoid multi-levels of json ↵Jordi Boggiano2016-05-265-17/+23
| | | | | | | | | | | | | | | | encoding, fixes #560
* | | | Coding style fixes, refs #720Jordi Boggiano2016-05-262-29/+9
| | | |