Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '1.x'HEADorigin/masterorigin/HEADmaster | Jordi Boggiano | 2017-06-19 | 1 | -0/+9 |
|\ | |||||
| * | Update changelog1.23.0origin/1.x | Jordi Boggiano | 2017-06-19 | 1 | -0/+9 |
| | | |||||
* | | 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 | 2 | -20/+11 |
| | | |||||
* | | Minor code cleanup on Handler/ErrorLogHandler.php (#995) | Westin Shafer | 2017-06-19 | 1 | -6/+7 |
| | | | | | | Just some cleanup for readability. | ||||
* | | Merge branch '1.x' | Jordi Boggiano | 2017-06-19 | 11 | -27/+66 |
|\ \ | |/ | |||||
| * | 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 DyanmoDbHandler test suite | Jordi Boggiano | 2017-06-19 | 1 | -2/+9 |
| | | |||||
| * | Make sure this works on any hostname | Jordi Boggiano | 2017-06-19 | 1 | -1/+1 |
| | | |||||
| * | Fix SwiftMailerHandler support for Swiftmailer 6.0+ | Alex Rock Ancelet | 2017-06-19 | 3 | -3/+8 |
| | | |||||
| * | 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 | 2 | -2/+17 |
| | | | | | | * Support HeadlessChrome | ||||
| * | Use first day/first month for date calculations in RotatingFileHandlerTest ↵ | Remon van de Kamp | 2017-06-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#963) When making the calculations for the filename of the current month using date('d') does not work because you may run into the situation where you run the tests on a day in a month that does not exist in the previous month, for example March 30th. As there is no February 30th, PHP will skip ahead to March, and the filename for the "previous" month will incorrectly be "2017-03" instead of the expected "2017-02". Using the first day of the month instead of the current day of the month solves this problem. For consistency we now also use the first month of each year for calculations regarding years even if this is not necessary, it would break symmetry if we don't, plus it makes it clear that the value is not relevant in the calculation. | ||||
| * | PHP Versions less than 5.3.6 throws undefined constant DEBUG_BACKTRAC… (#986) | Brant Messenger | 2017-06-19 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | * PHP Versions less than 5.3.6 throws undefined constant DEBUG_BACKTRACE_IGNORE_ARGS Notice: Use of undefined constant DEBUG_BACKTRACE_IGNORE_ARGS - assumed 'DEBUG_BACKTRACE_IGNORE_ARGS' in /vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php on line 58 * Define DEBUG_BACKTRACE_IGNORE_ARGS if not defined. * Solution using PHP_VERSION_ID and not defining... ...DEBUG_BACKTRACE_IGNORE_ARGS | ||||
* | | Use callable typehint where possible + Removed dead code (#996) | Grégoire Pineau | 2017-06-19 | 3 | -19/+4 |
| | | | | | | | | | | | | | | | | * Removed dead code * Use callable typehint where possible * Removed PHP5.3 workaround | ||||
* | | LogstashFormatter: format context and extra fields as JSON objects (#976) | Elnur Abdurrakhimov | 2017-06-19 | 2 | -17/+17 |
| | | | | | | | | | | BC Break * For Logstash, format context as object instead of individual fields * For Logstash, format extra as object instead of individual fields | ||||
* | | Update README.md (#984) | Marco Bunge | 2017-06-19 | 1 | -0/+1 |
| | | |||||
* | | Avoid assertion-free test | Jordi Boggiano | 2017-06-19 | 1 | -0/+1 |
| | | |||||
* | | 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 | 16 | -16/+16 |
| | | |||||
* | | Avoid hiding nightly failures | Jordi Boggiano | 2017-06-19 | 1 | -2/+0 |
| | | |||||
* | | Make sure this works on any hostname | Jordi Boggiano | 2017-06-19 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'chrisforrence/tests-replace-deprecated-methods' | Jordi Boggiano | 2017-06-19 | 4 | -6/+9 |
|\ \ | |||||
| * | | Split expectException calls with two parameters into the proper two calls | Chris Forrence | 2017-03-21 | 2 | -3/+6 |
| | | | |||||
| * | | Replace deprecated setExpectedException methods with expectException | Chris Forrence | 2017-03-21 | 4 | -6/+6 |
| | | | |||||
* | | | Remove typehints on normalizer formatter to avoid invalid function signatures | Jordi Boggiano | 2017-06-19 | 1 | -2/+2 |
| | | | |||||
* | | | Remove hhvm build | Jordi Boggiano | 2017-06-19 | 1 | -4/+3 |
| | | | |||||
* | | | Avoid exts on hhvm | Jordi Boggiano | 2017-06-19 | 1 | -3/+3 |
| | | | |||||
* | | | Merge branch '1.x' | Jordi Boggiano | 2017-06-19 | 0 | -0/+0 |
|\ \ \ | | |/ | |/| | |||||
| * | | Remove amqp ext | Jordi Boggiano | 2017-06-19 | 1 | -1/+0 |
| | | | |||||
| * | | Revert "Tweak extension loading" | Jordi Boggiano | 2017-06-19 | 1 | -2/+1 |
| | | | | | | | | | | | | This reverts commit 9cf8fb3810c3d0c0c9a3de1e3adb60198ac02f61. | ||||
| * | | Tweak extension loading | Jordi Boggiano | 2017-06-19 | 1 | -1/+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 | 2 | -2/+2 |
| | | | |||||
* | | | Merge remote-tracking branch 'pupsschluepfer/master' | Jordi Boggiano | 2017-06-18 | 2 | -0/+4 |
|\ \ \ | |||||
| * \ \ | Merge remote-tracking branch 'upstream/master' | Benjamin Pentzold | 2017-05-22 | 6 | -7/+13 |
| |\ \ \ | |||||
| * | | | | map loglevel (int-value) to log-message, as well | Benjamin Pentzold | 2017-03-28 | 2 | -0/+4 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch '1.x' | Jordi Boggiano | 2017-06-18 | 4 | -26/+53 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| * | | Update to trusty builds | Jordi Boggiano | 2017-06-18 | 1 | -11/+17 |
| | | | |||||
| * | | Merge pull request #979 from Aliance/patch-1 | Jordi Boggiano | 2017-05-03 | 1 | -0/+2 |
| |\ \ | | | | | | | | | Update JsonFormatter PHPDoc. | ||||
| | * | | Update JsonFormatter.php | Lesnykh Ilia | 2017-05-03 | 1 | -0/+2 |
| |/ / | |||||
| * | | Merge pull request #967 from enleur/gelf-max-length | Jordi Boggiano | 2017-04-10 | 2 | -20/+45 |
| |\ \ | | | | | | | | | Gelf max length | ||||
| | * | | 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 | 2 | -20/+45 |
| |/ / | |||||
* | | | Use coalesce operator (#982) | Lesnykh Ilia | 2017-05-08 | 4 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use coalesce operator * Use coalesce operator * Use coalesce operator * Use coalesce operator | ||||
* | | | Merge pull request #965 from Sam-Burns/fix-build | Jordi Boggiano | 2017-04-04 | 2 | -0/+6 |
|\ \ \ | |_|/ |/| | | Fix build | ||||
| * | | Allowing PHP 'nightly' build to fail, because it is seg faulting while ↵ | Sam-Burns | 2017-04-01 | 1 | -0/+2 |
| | | | | | | | | | | | | running Composer | ||||
| * | | Skipping DateTime microsecond test in PHP 7.1.3, because of ↵ | Sam-Burns | 2017-04-01 | 1 | -0/+4 |
|/ / | | | | | | | https://bugs.php.net/bug.php?id=74258 | ||||
* | | Merge branch '1.x' | Jordi Boggiano | 2017-03-20 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Fix test moar | Jordi Boggiano | 2017-03-20 | 1 | -3/+5 |
| | | |||||
* | | Fix tests | Jordi Boggiano | 2017-03-20 | 2 | -3/+3 |
| | | |||||
* | | Merge branch '1.x' | Jordi Boggiano | 2017-03-20 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Fix test class | Jordi Boggiano | 2017-03-20 | 1 | -1/+1 |
| | | |||||
* | | CS fixes | Jordi Boggiano | 2017-03-20 | 20 | -84/+85 |
| | | |||||
* | | Merge branch '1.x' | Jordi Boggiano | 2017-03-20 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Remove return annotations | Jordi Boggiano | 2017-03-20 | 1 | -2/+2 |
| | | |||||
| * | Remove strict types from test suite | Jordi Boggiano | 2017-03-20 | 1 | -1/+1 |
| | | |||||
* | | Make sure we use \Throwable and not just \Exception | Jordi Boggiano | 2017-03-20 | 3 | -8/+7 |
| | | |||||
* | | Merge branch '1.x' | Jordi Boggiano | 2017-03-20 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix 5.3 support | Jordi Boggiano | 2017-03-20 | 1 | -3/+3 |
| | | |||||
| * | Add level parameter to payload when reporting Rollbar exceptions (#852) | Erik Johansson | 2017-03-20 | 2 | -0/+83 |
| | | |||||
* | | Merge pull request #948 from knugen/master | Jordi Boggiano | 2017-03-20 | 2 | -0/+83 |
|\ \ | | | | | | | Add level parameter to payload when reporting Rollbar exceptions (#852) | ||||
| * | | Add level parameter to payload when reporting Rollbar exceptions (#852) | Erik Johansson | 2017-03-19 | 2 | -0/+83 |
|/ / | |||||
* | | Merge pull request #936 from zerkms/MICRO_OPT_FOREACH_INSTEAD_OF_CURRENT/NEXT | Jordi Boggiano | 2017-03-17 | 1 | -5/+8 |
|\ \ | | | | | | | Replaced current/next-style loop with foreach | ||||
| * | | 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 |
| | | | | | | | | | The `$handlerKey` might be a slightly more readable choice here | ||||
| * | | 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 | 3 | -5/+48 |
|\ \ \ | | |/ | |/| | |||||
| * | | Split off work into a new method to facilitate extension, fixes #945 | Jordi Boggiano | 2017-03-17 | 1 | -0/+11 |
| | | | |||||
| * | | Merge pull request #943 from ont/1.x | Jordi Boggiano | 2017-03-17 | 2 | -5/+37 |
| |\ \ | | | | | | | | | Complete rfc5424 header for SyslogUdpHandler | ||||
| | * | | Fix tests | Jordi Boggiano | 2017-03-17 | 1 | -2/+2 |
| | | | | |||||
| | * | | Fix BC break and formatting | Jordi Boggiano | 2017-03-17 | 1 | -9/+11 |
| | | | | |||||
| | * | | Fix array syntax for Travis CI | ont | 2017-03-15 | 1 | -2/+2 |
| | | | | |||||
| | * | | Complete rfc5424 header for SyslogUdpHandler | ont | 2017-03-15 | 2 | -6/+36 |
| |/ / | | | | | | | | | | | | | WARN: this commit adds backward incompatibility for the SyslogUdpHandler constructor. | ||||
* | | | Handle DateTime objects in formatted messages (#940) | Piers Warmers | 2017-03-14 | 2 | -0/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Handle DateTime objects in formatted meessages * Use interface to catch both DateTime and DateTimeImmutable * Maintain formatting standards. * Visibility to private. | ||||
* | | | Merge branch '1.x' | Jordi Boggiano | 2017-03-13 | 2 | -1/+6 |
|\ \ \ | |/ / | |||||
| * | | Update changelog for 1.22.1, fixes #9181.22.1 | Jordi Boggiano | 2017-03-13 | 1 | -0/+5 |
| | | | |||||
| * | | Fix 5.3 support | Jordi Boggiano | 2017-03-13 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch '1.x' | Jordi Boggiano | 2017-03-12 | 3 | -2/+8 |
|\ \ \ | |/ / | |||||
| * | | 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 | 2 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * +allow to set a custom event_id as an extra parameter instead of letting Raven generate a UUIDv4 * +CS * +CS * +verbose array syntax because of PHP 5.3 support | ||||
| * | | Php5.3 autoload errors (#929) | fabriceparallel | 2017-03-12 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * make ErrorHandler extends LogLevel to avoid autoloading issue when error is triggered on compile * Revert "make ErrorHandler extends LogLevel to avoid autoloading issue when error is triggered on compile" This reverts commit 8140f6026f59a2be9f80e562cf6ad6d441241593. * call class_exists with force autoload set to true, to force the autoload of LogLevel on registration of the handlers | ||||
| * | | Add missed return phpdoc tag. (#908) | Lesnykh Ilia | 2017-01-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | * Add missed return phpdoc tag. * Change $this to self. | ||||
* | | | Correcting a small spelling mistake in README.md (#938) | William Skates | 2017-03-12 | 1 | -1/+1 |
| | | | |||||
* | | | Move human readable level name resolution in `Logger::addRecord()` to as ↵ | Ivan Kurnosov | 2017-03-12 | 1 | -2/+2 |
| | | | | | | | | | | | | late as possible (#934) | ||||
* | | | Improves code coverage (#926) | Níckolas Daniel da Silva | 2017-03-12 | 1 | -2/+81 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 100% coverage on ErrorHandler::codeToString * 100% coverage on ErrorHandler::registerFatalHandler * fix typo * covers ErrorHandler::register() and left conditions on purpose * 100% coverage on ErrorHandler::registerErrorHandler() * 100% coverage on ErrorHandler::registerExceptionHandler() * Checks for possible interface breaking changes * 100% coverage on ErrorHandler::codeToString 100% coverage on ErrorHandler::registerFatalHandler covers ErrorHandler::register() and left conditions on purpose 100% coverage on ErrorHandler::registerErrorHandler() 100% coverage on ErrorHandler::registerExceptionHandler() | ||||
* | | | Logmatic fix (#914) | Guillaume Polaert | 2017-03-12 | 3 | -7/+12 |
| | | | | | | | | | | | | * Adding the marker field to improve the Logmatic.io compatibilty | ||||
* | | | Merge pull request #937 from ka7/feature/spelling | Jordi Boggiano | 2017-03-02 | 3 | -5/+5 |
|\ \ \ | |_|/ |/| | | spelling fixes (comments, text) | ||||
| * | | spelling fixes (comments, text) | klemens | 2017-02-27 | 3 | -5/+5 |
|/ / | |||||
* | | Merge pull request #917 from jstolp/master | Jordi Boggiano | 2017-01-20 | 1 | -1/+1 |
|\ \ | | | | | | | Happy 2017 Jordi / Seldaek / Monolog | ||||
| * | | Happy 2017 Jordi | Jeroen Stolp | 2017-01-20 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #911 from StevenWInfo/docUpdates | Jordi Boggiano | 2017-01-20 | 5 | -7/+7 |
|\ \ | | | | | | | Replacing the add* methods in the docs and comments with the PSR-3 compliant methods | ||||
| * | | Replacing the outdated add* methods in the docs with the PSR-3 compliant ↵ | StevenW | 2017-01-07 | 5 | -7/+7 |
| | | | | | | | | | | | | methods. | ||||
* | | | Update 04-extending.md | Jordi Boggiano | 2017-01-20 | 1 | -0/+7 |
| | | | |||||
* | | | Update 01-usage.md | Jordi Boggiano | 2017-01-20 | 1 | -1/+1 |
| | | |