Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Make the RavenHandler picks the first highest record as main | Tugdual Saunier | 2016-10-13 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge pull request #872 from riccardomessineo/master | Jordi Boggiano | 2016-11-13 | 1 | -2/+3 | |
|\ \ \ \ | | | | | | | | | | | SlackHandler, new parameter $printSimpleMessage | |||||
| * | | | | New parameter $printSimpleMessage default false (Whether the attachment ↵ | Riccardo Messineo | 2016-10-18 | 1 | -2/+3 | |
| | |/ / | |/| | | | | | | | | | | should include only the message without extradata) | |||||
* | | | | Cache version_compare call, refs #884 | Jordi Boggiano | 2016-11-13 | 1 | -3/+13 | |
| | | | | ||||||
* | | | | Merge pull request #884 from nikolaposa/fix/mongodb-formatter-date | Jordi Boggiano | 2016-11-13 | 1 | -0/+20 | |
|\ \ \ \ | | | | | | | | | | | Fixing date/time formatting in MongoDBFormatter | |||||
| * | | | | Fixing date/time formatting in MongoDBFormatter. | Nikola Posa | 2016-11-10 | 1 | -0/+20 | |
| | | | | | ||||||
* | | | | | Cast toJson to string in case it returns false, fixes #878 | Jordi Boggiano | 2016-11-13 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Use type hints instead of phpdoc | Jordi Boggiano | 2016-11-07 | 1 | -5/+2 | |
| | | | | ||||||
* | | | | Added return type annotation | Guy Arye | 2016-11-07 | 1 | -0/+2 | |
|/ / / | ||||||
* | | | Merge branch '1.x' | Jordi Boggiano | 2016-10-03 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Add total amount of items when aborting traversable normalization | Jordi Boggiano | 2016-10-03 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch '1.x' | Jordi Boggiano | 2016-09-29 | 1 | -0/+4 | |
|\ \ \ | |/ / | ||||||
| * | | Add support for consumed generators in NormalizerFormatter, fixes #838 | Jordi Boggiano | 2016-09-29 | 1 | -0/+4 | |
| | | | ||||||
* | | | Merge branch '1.x' | Jordi Boggiano | 2016-09-29 | 2 | -7/+29 | |
|\ \ \ | |/ / | ||||||
| * | | Make sure MercurialProcessor fails gracefully | Jordi Boggiano | 2016-09-29 | 1 | -4/+8 | |
| | | | ||||||
| * | | Add support for AWS SDK v3 | Jordi Boggiano | 2016-09-29 | 1 | -3/+21 | |
| | | | ||||||
* | | | Skip phan error | Jordi Boggiano | 2016-09-29 | 1 | -0/+2 | |
| | | | ||||||
* | | | Fix type errors, thanks phan | Jordi Boggiano | 2016-09-25 | 14 | -55/+43 | |
| | | | ||||||
* | | | Make use of random_bytes for better uniqueness | Jordi Boggiano | 2016-09-25 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add scalar types to processor/formatters and top level classes | Jordi Boggiano | 2016-09-25 | 29 | -196/+130 | |
| | | | ||||||
* | | | 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 | 1 | -1/+5 | |
| | | | | | | | | | | | | containing newlines into multiline strings, fixes #752 | |||||
* | | | CS fixes | Jordi Boggiano | 2016-09-25 | 3 | -13/+14 | |
| | | | ||||||
* | | | Merge branch '1.x' | Jordi Boggiano | 2016-09-25 | 2 | -27/+39 | |
|\ \ \ | |/ / | ||||||
| * | | Make sure SyslogUdpHandler does not create empty frames where not necessary, ↵ | Jordi Boggiano | 2016-09-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | 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 | 1 | -0/+59 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | add MercurialProcessor | Jonathan A. Schweder | 2016-09-25 | 1 | -0/+59 | |
| | | | | ||||||
* | | | | Fix a ton of tests for latest phpunit and turn faked-stream tests into real ↵ | Jordi Boggiano | 2016-09-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | network tests with a local server | |||||
* | | | | 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 | 1 | -2/+9 | |
| | | | | ||||||
* | | | | Merge branch '1.x' | Jordi Boggiano | 2016-09-18 | 2 | -4/+4 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge remote-tracking branch ↵ | Jordi Boggiano | 2016-09-18 | 1 | -2/+3 | |
| |\ \ \ | | | | | | | | | | | | | | | | 'eimanavicius/support-for-Throwable-in-JsonFormatter' into 1.x | |||||
| | * | | | Better support for PHP7 \Throwable | Nerijus Eimanavičius | 2016-08-28 | 1 | -2/+3 | |
| | | | | | ||||||
| * | | | | 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 branch '1.x' | Jordi Boggiano | 2016-07-29 | 1 | -3/+6 | |
|\ \ \ | |/ / | ||||||
| * | | 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 | 3 | -5/+25 | |
|\ \ \ | |/ / | ||||||
| * | | Fix tests | Jordi Boggiano | 2016-07-29 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'francisbesset/feat-soapfault' into 1.x | Jordi Boggiano | 2016-07-29 | 1 | -0/+14 | |
| |\ \ | ||||||
| | * | | Added informations to normalize a SoapFault | Francis Besset | 2016-07-20 | 1 | -0/+14 | |
| | | | | ||||||
| * | | | Allow formatting of message by setting a line formatter on SlackHandler, ↵ | Jordi Boggiano | 2016-07-29 | 1 | -4/+10 | |
| | | | | | | | | | | | | | | | | 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 | 1 | -1/+1 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Make separator optional | Jordi Boggiano | 2016-07-29 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | 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 | 6 | -22/+24 | |
| | | ||||||
* | | Merge remote-tracking branch 'JulienBreux/feature/logmatic' | Jordi Boggiano | 2016-07-02 | 2 | -0/+154 | |
|\ \ | ||||||
| * | | 😱 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 | 2 | -0/+155 | |
| | | | ||||||
* | | | Merge branch '1.x' | Jordi Boggiano | 2016-07-02 | 3 | -3/+13 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Undo accidental linebreak1.20.0 | Jordi Boggiano | 2016-07-02 | 1 | -1/+0 | |
| | | | ||||||
| * | | Fix GroupHandler::handleBatch when the handler has processors, fixes #814 | Jordi Boggiano | 2016-07-02 | 1 | -0/+10 | |
| | | | ||||||
| * | | 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 | 3 | -6/+14 | |
|\ \ \ | |_|/ |/| | | Normalization of arrays containing self references | |||||
| * | | Introduce a depth parameter for normalization to limit stack nesting | Nils Adermann | 2016-06-22 | 3 | -6/+14 | |
| | | | ||||||
* | | | Fix timezone param handling | Jordi Boggiano | 2016-06-25 | 1 | -1/+1 | |
| | | | ||||||
* | | | 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 | |||||
* | | | More amqp fixes | Jordi Boggiano | 2016-05-27 | 1 | -0/+2 | |
| | | | ||||||
* | | | 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 | |
| | | | ||||||
* | | | Move to strict mode and fix tests | Jordi Boggiano | 2016-05-27 | 93 | -145/+142 | |
| | | | ||||||
* | | | 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 | 5 | -7/+45 | |
| | | | | | | | | | | | | emails by default, fixes #577 | |||||
* | | | Make handlers more serializable by default by having them close() before ↵ | Jordi Boggiano | 2016-05-26 | 1 | -0/+7 | |
| | | | | | | | | | | | | sleeping, fixes #365 | |||||
* | | | CS fixes | Jordi Boggiano | 2016-05-26 | 55 | -271/+270 | |
| | | | ||||||
* | | | 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 | 1 | -18/+18 | |
| | | | ||||||
* | | | 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 | 1 | -6/+12 | |
| | | | | | | | | | | | | | | | | encoding, fixes #560 | |||||
* | | | | Coding style fixes, refs #720 | Jordi Boggiano | 2016-05-26 | 1 | -28/+8 | |
| | | | | ||||||
* | | | | Merge remote-tracking branch 'ArSn/master' | Jordi Boggiano | 2016-05-26 | 1 | -0/+222 | |
|\ \ \ \ | ||||||
| * | | | | Replaced indention tabs with 4 spaces in ProcessHandler and its test. | kolja | 2016-01-15 | 1 | -193/+193 | |
| | | | | | ||||||
| * | | | | Removed obsolete var_export(). Made construction argument validation tests ↵ | kolja | 2016-01-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | simpler and more readable. | |||||
| * | | | | Created "ProcessHandler", that logs records to the STDIN of a custom ↵ | kolja | 2016-01-15 | 1 | -0/+222 | |
| | | | | | | | | | | | | | | | | | | | | process, defined by given command. | |||||
* | | | | | Fix typo | Jordi Boggiano | 2016-05-26 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | More type hints | Jordi Boggiano | 2016-05-26 | 3 | -23/+9 | |
| | | | | |