Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Remove redundant setTimezone call | Jordi Boggiano | 2016-09-25 | 1 | -4/+1 | |
| | | | ||||||
* | | | When newlines are allowed in LineFormatter, unpack json_encoded blobs ↵ | Jordi Boggiano | 2016-09-25 | 2 | -1/+23 | |
| | | | | | | | | | | | | containing newlines into multiline strings, fixes #752 | |||||
* | | | CS fixes | Jordi Boggiano | 2016-09-25 | 15 | -36/+39 | |
| | | | ||||||
* | | | Merge branch '1.x' | Jordi Boggiano | 2016-09-25 | 3 | -28/+59 | |
|\ \ \ | |/ / | ||||||
| * | | Make sure SyslogUdpHandler does not create empty frames where not necessary, ↵ | Jordi Boggiano | 2016-09-25 | 2 | -2/+18 | |
| | | | | | | | | | | | | fixes #841 | |||||
| * | | Tweak RollbarHandler to use proper levels and include level and level_name ↵ | Jordi Boggiano | 2016-09-25 | 1 | -23/+35 | |
| | | | | | | | | | | | | in context info, fixes #852 | |||||
* | | | Merge pull request #840 from krzysiekpiasecki/master | Jordi Boggiano | 2016-09-25 | 1 | -0/+4 | |
|\ \ \ | | | | | | | | | Declaring That a Logger Can Throw an Exception | |||||
| * | | | Declaring That a Logger Can Throw an Exception | krzysiekpiasecki | 2016-08-29 | 1 | -0/+4 | |
| | | | | ||||||
* | | | | Merge branch '1.x' | Jordi Boggiano | 2016-09-25 | 3 | -0/+101 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Make hg test optional | Jordi Boggiano | 2016-09-25 | 1 | -0/+10 | |
| | | | | ||||||
| * | | | add MercurialProcessor | Jonathan A. Schweder | 2016-09-25 | 3 | -0/+91 | |
| | | | | ||||||
* | | | | Maybe now? | Jordi Boggiano | 2016-09-25 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Fix datetime rounding errors on travis | Jordi Boggiano | 2016-09-25 | 1 | -4/+3 | |
| | | | | ||||||
* | | | | Add caching on travis builds | Jordi Boggiano | 2016-09-25 | 1 | -2/+6 | |
| | | | | ||||||
* | | | | Enable redis ext on travis | Jordi Boggiano | 2016-09-25 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Undo this LocalSocket fiasco, fix tests for latest phpunit | Jordi Boggiano | 2016-09-25 | 17 | -445/+442 | |
| | | | | ||||||
* | | | | Fixing the socket mess, maybe. | Jordi Boggiano | 2016-09-19 | 9 | -349/+307 | |
| | | | | ||||||
* | | | | Add debug mode to make travis spit it out | Jordi Boggiano | 2016-09-19 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Fix lower tests | Jordi Boggiano | 2016-09-19 | 2 | -23/+46 | |
| | | | | ||||||
* | | | | Bypass composer to avoid timeouts on travis | Jordi Boggiano | 2016-09-19 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Fix a ton of tests for latest phpunit and turn faked-stream tests into real ↵ | Jordi Boggiano | 2016-09-19 | 20 | -403/+447 | |
| | | | | | | | | | | | | | | | | network tests with a local server | |||||
* | | | | Add php7.1 build | Jordi Boggiano | 2016-09-19 | 1 | -2/+4 | |
| | | | | ||||||
* | | | | Fix MongoDBFormatter | Jordi Boggiano | 2016-09-19 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Minor clarifications | Jordi Boggiano | 2016-09-19 | 1 | -4/+7 | |
| | | | | ||||||
* | | | | Fixes microsecond timezone support, fixes #832 | Jordi Boggiano | 2016-09-19 | 2 | -2/+59 | |
| | | | | ||||||
* | | | | Merge branch '1.x' | Jordi Boggiano | 2016-09-18 | 3 | -33/+89 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge remote-tracking branch ↵ | Jordi Boggiano | 2016-09-18 | 2 | -23/+85 | |
| |\ \ \ | | | | | | | | | | | | | | | | 'eimanavicius/support-for-Throwable-in-JsonFormatter' into 1.x | |||||
| | * | | | Refactored JsonFormatter tests to more readable structure | Nerijus Eimanavičius | 2016-08-28 | 1 | -39/+72 | |
| | | | | | ||||||
| | * | | | Better support for PHP7 \Throwable | Nerijus Eimanavičius | 2016-08-28 | 2 | -2/+31 | |
| | | | | | ||||||
| * | | | | Merge pull request #834 from jaredtking/raven-php7-throwable | Jordi Boggiano | 2016-09-18 | 1 | -1/+1 | |
| |\ \ \ \ | | |/ / / | |/| | | | Add support for PHP 7 errors in RavenHandler | |||||
| | * | | | Add support for PHP 7 errors in RavenHandler by checking for Throwable ↵ | Jared King | 2016-08-17 | 1 | -1/+1 | |
| |/ / / | | | | | | | | | | | | | instead of Exception | |||||
* | | | | Revert addition of JSON_NUMERIC_CHECK as per #844 comment | Jordi Boggiano | 2016-09-18 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Preserved typing for float and integers values | Guillaume Polaert | 2016-09-05 | 1 | -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-readme | Jordi Boggiano | 2016-08-06 | 1 | -0/+1 | |
|\ \ \ | | | | | | | | | Add Equip Framework to README | |||||
| * | | | Add Equip Framework to README | Adam Meech | 2016-08-05 | 1 | -0/+1 | |
|/ / / | ||||||
* | | | Merge branch '1.x' | Jordi Boggiano | 2016-07-29 | 2 | -3/+14 | |
|\ \ \ | |/ / | ||||||
| * | | Update changelog1.21.0 | Jordi Boggiano | 2016-07-29 | 1 | -0/+8 | |
| | | | ||||||
| * | | Added option to log errors regardless of error_reporting setting | Adam Kiss | 2016-07-29 | 1 | -2/+5 | |
| | | | ||||||
| * | | Revert #810 and remove the context info in the php error logger of ↵ | Jordi Boggiano | 2016-07-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | ErrorHandler, fixes #828, closes #810 | |||||
* | | | Only use DateTimeImmutable formatting for default date format, fixes #827 | Jordi Boggiano | 2016-07-29 | 1 | -1/+3 | |
| | | | ||||||
* | | | Merge branch '1.x' | Jordi Boggiano | 2016-07-29 | 5 | -5/+70 | |
|\ \ \ | |/ / | ||||||
| * | | Fix tests | Jordi Boggiano | 2016-07-29 | 3 | -4/+8 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'francisbesset/feat-soapfault' into 1.x | Jordi Boggiano | 2016-07-29 | 2 | -0/+37 | |
| |\ \ | ||||||
| | * | | Added informations to normalize a SoapFault | Francis Besset | 2016-07-20 | 2 | -0/+37 | |
| | | | | ||||||
| * | | | Allow formatting of message by setting a line formatter on SlackHandler, ↵ | Jordi Boggiano | 2016-07-29 | 2 | -4/+28 | |
| | | | | | | | | | | | | | | | | fixes #829 | |||||
* | | | | Merge remote-tracking branch 'ondrejmirtes/phpstan' | Jordi Boggiano | 2016-07-29 | 2 | -2/+2 | |
|\ \ \ \ | ||||||
| * | | | | Fixed incompatible interfaces with MailHandler | Ondrej Mirtes | 2016-07-19 | 2 | -2/+2 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge branch '1.x', fixes #771 | Jordi Boggiano | 2016-07-29 | 2 | -1/+5 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Make separator optional | Jordi Boggiano | 2016-07-29 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge remote-tracking branch 'rpkamp/master' | Jordi Boggiano | 2016-07-29 | 1 | -0/+12 | |
|\ \ \ \ | ||||||
| * | | | | Allow alternative date separators for RotatingFileHandler | Remon van de Kamp | 2016-07-14 | 2 | -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 Boggiano | 2016-07-29 | 1 | -3/+4 | |
|\ \ \ \ | |/ / / |/| / / | |/ / | ||||||
| * | | Allow other separators for the date format in RotatingFileHandler | Jordi Boggiano | 2016-07-29 | 1 | -4/+5 | |
| |/ | ||||||
* | | CS fixes | Jordi Boggiano | 2016-07-02 | 9 | -24/+27 | |
| | | ||||||
* | | Merge remote-tracking branch 'JulienBreux/feature/logmatic' | Jordi Boggiano | 2016-07-02 | 5 | -0/+275 | |
|\ \ | ||||||
| * | | 😱 Remove const | Julien Breux | 2016-06-28 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix scalar typehints | Julien Breux | 2016-06-28 | 2 | -3/+3 | |
| | | | ||||||
| * | | Remove const | Julien Breux | 2016-06-28 | 1 | -2/+1 | |
| | | | ||||||
| * | | Add Logmatic.io | Julien Breux | 2016-06-28 | 5 | -0/+276 | |
| | | | ||||||
* | | | Merge branch '1.x' | Jordi Boggiano | 2016-07-02 | 5 | -3/+46 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Undo accidental linebreak1.20.0 | Jordi Boggiano | 2016-07-02 | 1 | -1/+0 | |
| | | | ||||||
| * | | Update CHANGELOG | Jordi Boggiano | 2016-07-02 | 1 | -0/+10 | |
| | | | ||||||
| * | | Fix GroupHandler::handleBatch when the handler has processors, fixes #814 | Jordi Boggiano | 2016-07-02 | 2 | -0/+33 | |
| | | | ||||||
| * | | include $context in error_handler | s4msung | 2016-07-02 | 1 | -1/+2 | |
| | | | ||||||
| * | | HtmlFormatter methods accessibility | Dmitry Ivanov | 2016-07-02 | 1 | -2/+2 | |
| | | | | | | | | | Please, make them protected instead of private to enable comfortable overriding of HtmlFormatter class. | |||||
* | | | Merge pull request #808 from naderman/fix/normalizer-recusion | Jordi Boggiano | 2016-07-02 | 4 | -6/+23 | |
|\ \ \ | |_|/ |/| | | Normalization of arrays containing self references | |||||
| * | | Introduce a depth parameter for normalization to limit stack nesting | Nils Adermann | 2016-06-22 | 3 | -6/+14 | |
| | | | ||||||
| * | | Add a test for references normalization | Nils Adermann | 2016-06-22 | 1 | -0/+9 | |
| | | | | | | | | | | | | This is an issue in particular when $GLOBALS gets stuck into $context | |||||
* | | | Fix timezone param handling | Jordi Boggiano | 2016-06-25 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #807 from SalesChamp/master | Jordi Boggiano | 2016-06-15 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Fix for TypeError within SocketHandler | |||||
| * | | | Fix for TypeError - stream_set_timeout() expects integer as second and third ↵ | Martin Kačmar | 2016-06-15 | 1 | -1/+1 | |
|/ / / | | | | | | | | | | parameter | |||||
* | | | Merge branch '1.x' | Jordi Boggiano | 2016-06-11 | 1 | -1/+1 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Update NormalizerFormatter.php | Elan Ruusamäe | 2016-06-11 | 1 | -1/+1 | |
| | | | | | | | | | ^H the i | |||||
* | | | Fix deps | Jordi Boggiano | 2016-05-30 | 1 | -2/+2 | |
| | | | ||||||
* | | | Fix loggly formatter test | Jordi Boggiano | 2016-05-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix method case | Jordi Boggiano | 2016-05-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | More amqp fixes | Jordi Boggiano | 2016-05-27 | 2 | -5/+3 | |
| | | | ||||||
* | | | Fix typo | Jordi Boggiano | 2016-05-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix mongodb formatter | Jordi Boggiano | 2016-05-27 | 1 | -8/+1 | |
| | | | ||||||
* | | | Fix AmqpHandler class check | Jordi Boggiano | 2016-05-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix tests | Jordi Boggiano | 2016-05-27 | 2 | -6/+6 | |
| | | | ||||||
* | | | Move to strict mode and fix tests | Jordi Boggiano | 2016-05-27 | 170 | -240/+239 | |
| | | | ||||||
* | | | Merge branch '1.x' | Jordi Boggiano | 2016-05-26 | 1 | -0/+10 | |
|\ \ \ | |/ / | ||||||
| * | | Add getter for the StreamHandler URL, fixes #797 | Jordi Boggiano | 2016-05-26 | 1 | -0/+10 | |
| | | | ||||||
* | | | Auto-detecting of mime type for emails and switched to HtmlFormatter for ↵ | Jordi Boggiano | 2016-05-26 | 7 | -7/+47 | |
| | | | | | | | | | | | | emails by default, fixes #577 | |||||
* | | | Make handlers more serializable by default by having them close() before ↵ | Jordi Boggiano | 2016-05-26 | 2 | -5/+37 | |
| | | | | | | | | | | | | sleeping, fixes #365 | |||||
* | | | Add links to implementations | Jordi Boggiano | 2016-05-26 | 1 | -69/+69 | |
| | | | ||||||
* | | | CS fixes | Jordi Boggiano | 2016-05-26 | 115 | -1123/+1138 | |
| | | | ||||||
* | | | Merge branch '1.x' | Jordi Boggiano | 2016-05-26 | 2 | -3/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Only fail on really empty stream URL, fixes #796 | Jordi Boggiano | 2016-05-26 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add extra safety | Jordi Boggiano | 2016-05-20 | 1 | -2/+2 | |
| | | | ||||||
* | | | Add type hints and fix formatting | Jordi Boggiano | 2016-05-26 | 2 | -18/+19 | |
| | | | ||||||
* | | | Merge remote-tracking branch 'ricardofontanelli/master' | Jordi Boggiano | 2016-05-26 | 1 | -0/+95 | |
|\ \ \ | ||||||
| * | | | FIX the class name | Ricardo Fontanelli | 2016-05-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | FIX the class name (sorry, I'm coding direct in GitHub) | |||||
| * | | | FIX typing errors | Ricardo Fontanelli | 2016-05-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | FIX typing errors | |||||
| * | | | CS fixes | Ricardo Fontanelli | 2016-05-23 | 1 | -13/+13 | |
| | | | | | | | | | | | | CS fixes | |||||
| * | | | ADD support to SendGrid Handler | Ricardo Fontanelli | 2016-05-23 | 1 | -0/+95 | |
| | | | | | | | | | | | | ADD support to SendGrid Handler | |||||
* | | | | Remove exchangeName usage for AMQP extension users and make PhpAmqpLib use ↵ | Jordi Boggiano | 2016-05-26 | 1 | -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 Boggiano | 2016-05-26 | 5 | -17/+23 | |
| | | | | | | | | | | | | | | | | encoding, fixes #560 | |||||
* | | | | Coding style fixes, refs #720 | Jordi Boggiano | 2016-05-26 | 2 | -29/+9 | |
| | | | |