| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '1.x' | Jordi Boggiano | 2017-06-19 | 1 | -3/+3 |
|\ |
|
| * | Fix 5.3 support | Jordi Boggiano | 2017-06-19 | 1 | -3/+3 |
* | | Fix level map override when using setExceptionHandler, fixes #1005 | Jordi Boggiano | 2017-06-19 | 1 | -1/+6 |
* | | Minor code cleanup on Handler/ErrorLogHandler.php (#995) | Westin Shafer | 2017-06-19 | 1 | -6/+7 |
* | | Merge branch '1.x' | Jordi Boggiano | 2017-06-19 | 6 | -18/+35 |
|\ \
| |/ |
|
| * | SlackWebhookHandler: refactor curl_setopt to curl_setopt_array | Harm Bandstra | 2017-06-19 | 1 | -6/+10 |
| * | Explicitly set content-type header, and post JSON as body | Harm Bandstra | 2017-06-19 | 1 | -1/+2 |
| * | Fix SwiftMailerHandler support for Swiftmailer 6.0+ | Alex Rock Ancelet | 2017-06-19 | 1 | -1/+6 |
| * | Use Aws\Sdk instead of Aws\Common\Aws, fixes #969, fixes #977 | Jordi Boggiano | 2017-06-19 | 1 | -2/+2 |
| * | Tweak HandlerWrapper example in docblock, fixes #991 | Jordi Boggiano | 2017-06-19 | 1 | -8/+10 |
| * | Support HeadlessChrome (#966) | Douglas Reith | 2017-06-19 | 1 | -1/+1 |
| * | PHP Versions less than 5.3.6 throws undefined constant DEBUG_BACKTRAC… (#986) | Brant Messenger | 2017-06-19 | 1 | -1/+6 |
* | | Use callable typehint where possible + Removed dead code (#996) | Grégoire Pineau | 2017-06-19 | 2 | -8/+1 |
* | | LogstashFormatter: format context and extra fields as JSON objects (#976) | Elnur Abdurrakhimov | 2017-06-19 | 1 | -6/+2 |
* | | Fix some docblocks, closes #970 | Jordi Boggiano | 2017-06-19 | 2 | -6/+6 |
* | | Remove old BC | Jordi Boggiano | 2017-06-19 | 2 | -48/+0 |
* | | Use namespaced phpunit classes, fixes #983 | Jordi Boggiano | 2017-06-19 | 1 | -1/+1 |
* | | Remove typehints on normalizer formatter to avoid invalid function signatures | Jordi Boggiano | 2017-06-19 | 1 | -2/+2 |
* | | Fix mongodb tests | Jordi Boggiano | 2017-06-18 | 1 | -1/+1 |
* | | Rename level_num to monolog_level, refs #960 | Jordi Boggiano | 2017-06-18 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'pupsschluepfer/master' | Jordi Boggiano | 2017-06-18 | 1 | -0/+3 |
|\ \ |
|
| * \ | Merge remote-tracking branch 'upstream/master' | Benjamin Pentzold | 2017-05-22 | 4 | -7/+7 |
| |\ \ |
|
| * | | | map loglevel (int-value) to log-message, as well | Benjamin Pentzold | 2017-03-28 | 1 | -0/+3 |
* | | | | Merge branch '1.x' | Jordi Boggiano | 2017-06-18 | 2 | -19/+18 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | Update JsonFormatter.php | Lesnykh Ilia | 2017-05-03 | 1 | -0/+2 |
| * | | Remove constant from constructor | Jordi Boggiano | 2017-04-10 | 1 | -2/+2 |
| * | | Use GELF max length per field and make max length configurable in constructor | Enleur | 2017-04-07 | 1 | -16/+17 |
| * | | Add level parameter to payload when reporting Rollbar exceptions (#852) | Erik Johansson | 2017-03-20 | 1 | -0/+1 |
* | | | Use coalesce operator (#982) | Lesnykh Ilia | 2017-05-08 | 4 | -7/+7 |
| |/
|/| |
|
* | | Fix tests | Jordi Boggiano | 2017-03-20 | 1 | -1/+1 |
* | | CS fixes | Jordi Boggiano | 2017-03-20 | 12 | -54/+49 |
* | | Make sure we use \Throwable and not just \Exception | Jordi Boggiano | 2017-03-20 | 3 | -8/+7 |
* | | Add level parameter to payload when reporting Rollbar exceptions (#852) | Erik Johansson | 2017-03-19 | 1 | -0/+1 |
* | | Merge pull request #936 from zerkms/MICRO_OPT_FOREACH_INSTEAD_OF_CURRENT/NEXT | Jordi Boggiano | 2017-03-17 | 1 | -5/+8 |
|\ \ |
|
| * | | Add comment note for clarity | Jordi Boggiano | 2017-03-17 | 1 | -0/+1 |
| * | | Changed the "rewind loop condition" operand | Ivan Kurnosov | 2017-03-13 | 1 | -1/+1 |
| * | | Minor code readability improvement | Ivan Kurnosov | 2017-02-27 | 1 | -9/+4 |
| * | | Replaced current/next-style loop with foreach | Ivan Kurnosov | 2017-02-27 | 1 | -5/+12 |
* | | | Merge branch '1.x' | Jordi Boggiano | 2017-03-17 | 2 | -2/+34 |
|\ \ \
| | |/
| |/| |
|
| * | | Split off work into a new method to facilitate extension, fixes #945 | Jordi Boggiano | 2017-03-17 | 1 | -0/+11 |
| * | | Fix BC break and formatting | Jordi Boggiano | 2017-03-17 | 1 | -9/+11 |
| * | | Complete rfc5424 header for SyslogUdpHandler | ont | 2017-03-15 | 1 | -2/+21 |
* | | | Handle DateTime objects in formatted messages (#940) | Piers Warmers | 2017-03-14 | 1 | -0/+14 |
* | | | Merge branch '1.x' | Jordi Boggiano | 2017-03-13 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Fix 5.3 support | Jordi Boggiano | 2017-03-13 | 1 | -1/+1 |
* | | | Merge branch '1.x' | Jordi Boggiano | 2017-03-12 | 2 | -1/+5 |
|\ \ \
| |/ / |
|
| * | | Backport fix for #752, fixes #925 | Jordi Boggiano | 2017-03-12 | 1 | -1/+5 |
| * | | Allow to set custom event_id [LEGACY] (#930) | Tim Strijdhorst | 2017-03-12 | 1 | -1/+1 |
| * | | Php5.3 autoload errors (#929) | fabriceparallel | 2017-03-12 | 1 | -0/+3 |
| * | | Add missed return phpdoc tag. (#908) | Lesnykh Ilia | 2017-01-11 | 1 | -0/+1 |
* | | | Move human readable level name resolution in `Logger::addRecord()` to as late... | Ivan Kurnosov | 2017-03-12 | 1 | -2/+2 |
* | | | Logmatic fix (#914) | Guillaume Polaert | 2017-03-12 | 2 | -5/+10 |
* | | | spelling fixes (comments, text) | klemens | 2017-02-27 | 1 | -1/+1 |
| |/
|/| |
|
* | | Replacing the outdated add* methods in the docs with the PSR-3 compliant meth... | StevenW | 2017-01-07 | 2 | -3/+3 |
* | | Merge branch '1.x' | Jordi Boggiano | 2016-12-16 | 3 | -45/+95 |
|\ \
| |/ |
|
| * | Slack improvements (#894) | Anton Nizhegorodov | 2016-12-13 | 3 | -45/+95 |
* | | Fixed Logstash event format link (#898) | Michal Zuber | 2016-12-13 | 1 | -1/+1 |
* | | More interface updates | Jordi Boggiano | 2016-11-27 | 2 | -2/+2 |
* | | Interface updates | Jordi Boggiano | 2016-11-27 | 2 | -2/+2 |
* | | Merge branch '1.x' | Jordi Boggiano | 2016-11-26 | 5 | -152/+490 |
|\ \
| |/ |
|
| * | Merge pull request #891 from naderman/t/do-not-iterate-non-arrays | Jordi Boggiano | 2016-11-26 | 1 | -6/+2 |
| |\ |
|
| | * | Don't even try to attempt normalizing iterators or generators in context | Nils Adermann | 2016-11-24 | 1 | -6/+2 |
| * | | Do not put empty Slack attachments array by default | Haralan Dobrev | 2016-11-19 | 1 | -1/+0 |
| * | | Format constructors on a single line | Haralan Dobrev | 2016-11-19 | 2 | -18/+4 |
| * | | Make message formatting behaviour same as previous version | Anton Nizhegorodov | 2016-11-19 | 2 | -1/+25 |
| * | | Fix SlackHandler | Anton Nizhegorodov | 2016-11-19 | 1 | -0/+4 |
| * | | Add missing PHPDoc types | Haralan Dobrev | 2016-11-19 | 1 | -3/+3 |
| * | | Refactor SlackRecord | Anton Nizhegorodov | 2016-11-19 | 1 | -37/+47 |
| * | | Update SlackHandler tests && allow SlackRecord formatter change after constru... | Anton Nizhegorodov | 2016-11-19 | 2 | -0/+19 |
| * | | Codereview fixes based on @stof comments | Anton Nizhegorodov | 2016-11-19 | 3 | -32/+15 |
| * | | Make sure extra/context variables are stringified when more than one level deep | Anton Nizhegorodov | 2016-11-19 | 1 | -3/+3 |
| * | | No need for extra json_encode | Anton Nizhegorodov | 2016-11-19 | 1 | -1/+1 |
| * | | Make SlackRecord::stringify() work without a line formatter | Haralan Dobrev | 2016-11-19 | 1 | -1/+5 |
| * | | Expose a getter for the SlackRecord in Slack handlers | Haralan Dobrev | 2016-11-19 | 2 | -0/+10 |
| * | | Mark former public methods of SlackHandler as deprecated | Haralan Dobrev | 2016-11-19 | 1 | -0/+12 |
| * | | Use constants for Slack colors | Haralan Dobrev | 2016-11-19 | 1 | -4/+12 |
| * | | Add a Slack Webhooks handler using the same SlackRecord util | Haralan Dobrev | 2016-11-19 | 1 | -0/+96 |
| * | | Make channel in SlackRecord optional to allow for webhooks | Haralan Dobrev | 2016-11-19 | 1 | -1/+4 |
| * | | Extract logic for preparing Slack data to SlackRecord | Haralan Dobrev | 2016-11-19 | 2 | -152/+253 |
| * | | Add a Slackbot handler | Haralan Dobrev | 2016-11-19 | 1 | -0/+84 |
| |/ |
|
| * | Fix PHP7.1 DateTime support | Jordi Boggiano | 2016-11-17 | 1 | -1/+2 |
* | | Merge branch '1.x' | Jordi Boggiano | 2016-11-16 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Make protected generic methods public | Julien Falque | 2016-11-16 | 1 | -3/+3 |
* | | Merge branch '1.x' | Jordi Boggiano | 2016-11-15 | 1 | -1/+11 |
|\ \
| |/ |
|
| * | CS | Jordi Boggiano | 2016-11-15 | 1 | -1/+1 |
| * | isolate fwrite to allow override | Jay MOULIN | 2016-11-15 | 1 | -1/+11 |
* | | Fix microseconds support on 7.1, and enable it by default as 7.1 has no perf ... | Jordi Boggiano | 2016-11-14 | 2 | -3/+9 |
* | | Merge pull request #879 from martijncalker/add-sqshandler | Jordi Boggiano | 2016-11-14 | 1 | -0/+53 |
|\ \ |
|
| * | | Add SqsHandler | Martijn van Calker | 2016-11-14 | 1 | -0/+53 |
* | | | Merge pull request #824 from adambro/patch-1 | Jordi Boggiano | 2016-11-14 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Throw RuntimeException if socket resource is missing | Adam Brodziak | 2016-07-20 | 1 | -1/+1 |
* | | | | Merge pull request #868 from ComaVN/noop-handler | Jordi Boggiano | 2016-11-13 | 1 | -0/+42 |
|\ \ \ \ |
|
| * | | | | Added the NoopHandler. | Roel Harbers | 2016-10-12 | 1 | -0/+42 |
| | |/ /
| |/| | |
|
* | | | | Merge branch '1.x' | Jordi Boggiano | 2016-11-13 | 4 | -6/+25 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Add a RollbarHandler::flush() and make it close automatically on shutdown, fi... | Jordi Boggiano | 2016-11-13 | 1 | -4/+17 |
| * | | | Optimize removal of leftover extra/context placeholders, refs #866 | Jordi Boggiano | 2016-11-13 | 1 | -3/+5 |
| * | | | Merge pull request #866 from p-golovin/patch-1 | Jordi Boggiano | 2016-11-13 | 1 | -0/+4 |
| |\ \ \ |
|
| | * | | | Update LineFormatter.php | Pavel Golovin | 2016-10-10 | 1 | -2/+2 |
| | * | | | Remove substitution for not defined variables | Pavel Golovin | 2016-10-10 | 1 | -0/+4 |
| * | | | | Allow overriding the routing key in AMQPHandler, fixes #874 | Jordi Boggiano | 2016-11-13 | 1 | -1/+1 |