adding ClientOptions::withoutMessageLogging#295
Conversation
As a follow-up patch to contentful#294 this patch exposes the ability to disable the logging of messages via ClientOptions. The default behaviour remains to continue to log messages. Bumped the minimum required version of contentful/core to ^3.1 in anticipation that the next release will indeed be v3.1. In passing, update the php-vcr version requirement to the latest version, as the branch it was trying to use no longer exists.
|
Hello, here is my follow-up patch for disabling message logging (see #294). |
…hanges there is no need to increase it's version
|
Thank you for your contribution Brett McBride (@brettmc) ! |
|
Hi Paul Grigoruta (@pgrigoruta) - contentful/core lib definitely does have new changes that this patch relies on, namely contentful/contentful-core.php#43. The patch won't work without those changes (I think it will silently do nothing) which is why I bumped the dependency up. |
As a follow-up patch to #294 this patch exposes the ability to disable the logging
of messages via ClientOptions. The default behaviour remains to continue to log messages.
Bumped the minimum required version of contentful/core to ^3.1 in anticipation that the next release will indeed be v3.1.
In passing, update the php-vcr version requirement to the latest version, as the branch it was trying to use no longer exists.