Problem/Motivation
Log messages are being logged despite the "debug" log level is disabled in settings.
Example:
Drupal\billwerk_subscriptions\Api::get: Sending GET request to https://app.billwerk.com/api/v1/contracts/123456789/Subscriptions. Status 200 "OK". Result size in bytes: 274
Caller: /web/modules/contrib/billwerk_subscriptions/src/Api.php:1104:get:Drupal\billwerk_subscriptions\Api:->
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork billwerk_subscriptions-3463480
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
anybodyStill the case. @grevil could you please check that?
Thanks!
Comment #5
grevil commentedDone, the wrong log helper level was used.
Please review!
Comment #6
anybodymissing "!" was the root cause!
Comment #8
anybodyMerged, please tag a new release @grevil